#0CDDB8

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

Shades of Robin's Egg Blue #0CDDB8

Tints of Robin's Egg Blue #0CDDB8

Color information

#0CDDB8 (or 0x0CDDB8) is unknown color: approx Robin's Egg Blue. HEX triplet: 0C, DD and B8. RGB value is (12,221,184). Sum of RGB (Red+Green+Blue) = 12+221+184=417 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.88% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 184 (72.27% from 255 or 44.12% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDDB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDDB8 is #F32247. Grayscale: #9A9A9A. Windows color (decimal): -15934024 or 12115212. OLE color: 12115212.

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

Color convert

RGB12221184-
CMYK0.9500.170.13
HSL169.38º89.7%45.69%-
HSV(B)169.38º94.57%86.67%-
XYZ34.6655.2554.19-
YUV154.29144.7626.51-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.88%
GREEN value IS 221 (86.72% from 255) = 53.00%
BLUE value IS 184 (72.27% from 255) = 44.12%
R=2.88%
G=53.00%
B=44.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal122211840.9500.170.13169.3889.745.69
HexCDDB85F011Da95a2e
Octal143352701370211525113256
Binary1100110111011011100010111110100011101101010011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CDDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,221,184); }

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

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

 a { background-color: rgb(12,221,184); }

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

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

 span { border-color: rgb(12,221,184); }

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