#0ADBB6

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

Shades of Robin's Egg Blue #0ADBB6

Tints of Robin's Egg Blue #0ADBB6

Color information

#0ADBB6 (or 0x0ADBB6) is unknown color: approx Robin's Egg Blue. HEX triplet: 0A, DB and B6. RGB value is (10,219,182). Sum of RGB (Red+Green+Blue) = 10+219+182=411 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.43% from 411); Green value is 219 (85.94% from 255 or 53.28% from 411); Blue value is 182 (71.48% from 255 or 44.28% from 411); Max value from RGB is 219 - color contains mainly: green. Hex color #0ADBB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADBB6 is #F52449. Grayscale: #989898. Windows color (decimal): -16065610 or 11983626. OLE color: 11983626.

HSL color Cylindrical-coordinate representation of color #0ADBB6: hue angle of 169.38º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADBB6 is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB10219182-
CMYK0.9500.170.14
HSL169.38º91.27%44.9%-
HSV(B)169.38º95.43%85.88%-
XYZ33.954.152.91-
YUV152.29144.7626.51-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.43%
GREEN value IS 219 (85.94% from 255) = 53.28%
BLUE value IS 182 (71.48% from 255) = 44.28%
R=2.43%
G=53.28%
B=44.28%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal102191820.9500.170.14169.3891.2744.9
HexADBB65F011Ea95b2d
Octal123332661370211625113355
Binary1010110110111011011010111110100011110101010011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ADBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0ADBB6; }

 p { color: rgb(10,219,182); }

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

<style>
 a { background-color: #0ADBB6; }

 a { background-color: rgb(10,219,182); }

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

<style>
 span { border-color: #0ADBB6; }

 span { border-color: rgb(10,219,182); }

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