#0FC2C9

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

Shades of Robin's Egg Blue #0FC2C9

Tints of Robin's Egg Blue #0FC2C9

Color information

#0FC2C9 (or 0x0FC2C9) is unknown color: approx Robin's Egg Blue. HEX triplet: 0F, C2 and C9. RGB value is (15,194,201). Sum of RGB (Red+Green+Blue) = 15+194+201=410 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.66% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 201 (78.91% from 255 or 49.02% from 410); Max value from RGB is 201 - color contains mainly: blue. Hex color #0FC2C9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC2C9 is #F03D36. Grayscale: #8D8D8D. Windows color (decimal): -15744311 or 13222415. OLE color: 13222415.

HSL color Cylindrical-coordinate representation of color #0FC2C9: hue angle of 182.26º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC2C9 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15194201-
CMYK0.930.0300.21
HSL182.26º86.11%42.35%-
HSV(B)182.26º92.54%78.82%-
XYZ30.0342.961.96-
YUV141.28161.737.93-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.66%
GREEN value IS 194 (76.17% from 255) = 47.32%
BLUE value IS 201 (78.91% from 255) = 49.02%
R=3.66%
G=47.32%
B=49.02%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal151942010.930.0300.21182.2686.1142.35
HexFC2C95D3015b6562a
Octal17302311135302526612652
Binary11111100001011001001101110111010101101101101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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