#0FDDC9

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

Shades of Robin's Egg Blue #0FDDC9

Tints of Robin's Egg Blue #0FDDC9

Color information

#0FDDC9 (or 0x0FDDC9) is unknown color: approx Robin's Egg Blue. HEX triplet: 0F, DD and C9. RGB value is (15,221,201). Sum of RGB (Red+Green+Blue) = 15+221+201=437 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.43% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 201 (78.91% from 255 or 46.00% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDDC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDDC9 is #F02236. Grayscale: #9D9D9D. Windows color (decimal): -15737399 or 13229327. OLE color: 13229327.

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

Color convert

RGB15221201-
CMYK0.9300.090.13
HSL174.17º87.29%46.27%-
HSV(B)174.17º93.21%86.67%-
XYZ36.656.0364.14-
YUV157.13152.7526.63-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.43%
GREEN value IS 221 (86.72% from 255) = 50.57%
BLUE value IS 201 (78.91% from 255) = 46.00%
R=3.43%
G=50.57%
B=46.00%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal152212010.9300.090.13174.1787.2946.27
HexFDDC95D09Dae572e
Octal173353111350111525612756
Binary111111011101110010011011101010011101101011101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FDDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,221,201); }

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

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

 a { background-color: rgb(15,221,201); }

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

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

 span { border-color: rgb(15,221,201); }

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