#0DDEB6

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

Shades of Robin's Egg Blue #0DDEB6

Tints of Robin's Egg Blue #0DDEB6

Color information

#0DDEB6 (or 0x0DDEB6) is unknown color: approx Robin's Egg Blue. HEX triplet: 0D, DE and B6. RGB value is (13,222,182). Sum of RGB (Red+Green+Blue) = 13+222+182=417 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.12% from 417); Green value is 222 (87.11% from 255 or 53.24% from 417); Blue value is 182 (71.48% from 255 or 43.65% from 417); Max value from RGB is 222 - color contains mainly: green. Hex color #0DDEB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDEB6 is #F22149. Grayscale: #9A9A9A. Windows color (decimal): -15868234 or 11984397. OLE color: 11984397.

HSL color Cylindrical-coordinate representation of color #0DDEB6: hue angle of 168.52º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDEB6 is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB13222182-
CMYK0.9400.180.13
HSL168.52º88.94%46.08%-
HSV(B)168.52º94.14%87.06%-
XYZ34.7355.7153.18-
YUV154.95143.2626.75-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.12%
GREEN value IS 222 (87.11% from 255) = 53.24%
BLUE value IS 182 (71.48% from 255) = 43.65%
R=3.12%
G=53.24%
B=43.65%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal132221820.9400.180.13168.5288.9446.08
HexDDEB65E012Da9592e
Octal153362661360221525113156
Binary1101110111101011011010111100100101101101010011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DDEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,222,182); }

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

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

 a { background-color: rgb(13,222,182); }

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

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

 span { border-color: rgb(13,222,182); }

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