#1ad1bf

Color #1AD1BF Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #1AD1BF

Tints of Robin's Egg Blue #1AD1BF

Color information

#1AD1BF (or 0x1AD1BF) is unknown color: approx Robin's Egg Blue. HEX triplet: 1A, D1 and BF. RGB value is (26,209,191). Sum of RGB (Red+Green+Blue) = 26+209+191=426 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.10% from 426); Green value is 209 (82.03% from 255 or 49.06% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 209 - color contains mainly: green. Hex color #1AD1BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD1BF is #E52E40. Grayscale: #989898. Windows color (decimal): -15019585 or 12570906. OLE color: 12570906.

HSL color Cylindrical-coordinate representation of color #1AD1BF: hue angle of 174.1º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD1BF is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB26209191-
CMYK0.8800.090.18
HSL174.1º77.87%46.08%-
HSV(B)174.1º87.56%81.96%-
XYZ32.6349.5857.14-
YUV152.23149.8737.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 26 (10.55% from 255) = 6.10%
GREEN value IS 209 (82.03% from 255) = 49.06%
BLUE value IS 191 (75% from 255) = 44.84%
R=6.10%
G=49.06%
B=44.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal262091910.8800.090.18174.177.8746.08
Hex1AD1BF580912ae4e2e
Octal323212771300112225611656
Binary11010110100011011111110110000100110010101011101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ad1bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1ad1bf; }

 p { color: rgb(26,209,191); }

 H1.HeaderClassName
 {
   color: #1ad1bf;
 }
 .AnyTagClassName
 {
   color: #1ad1bf;
 }
</style>
background-color css

<style>
 a { background-color: #1ad1bf; }

 a { background-color: rgb(26,209,191); }

 div.DivClassName
 {
   background-color: #1ad1bf;
 }
 .BgClassName
 {
   background-color: #1ad1bf;
 }
</style>
border-color css

<style>
 span { border-color: #1ad1bf; }

 span { border-color: rgb(26,209,191); }

 td.TdClassName
 {
   border-color: #1ad1bf;
 }
 .TagClassName
 {
   border-color: #1ad1bf;
 }
</style>