#0FC9C2

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

Shades of Robin's Egg Blue #0FC9C2

Tints of Robin's Egg Blue #0FC9C2

Color information

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

HSL color Cylindrical-coordinate representation of color #0FC9C2: hue angle of 177.74º 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 #0FC9C2 is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB15201194-
CMYK0.9300.030.21
HSL177.74º86.11%42.35%-
HSV(B)177.74º92.54%78.82%-
XYZ30.8245.7758.25-
YUV144.59155.8835.57-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal152011940.9300.030.21177.7486.1142.35
HexFC9C25D0315b2562a
Octal17311302135032526212652
Binary11111100100111000010101110101110101101100101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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