#0FC8CB

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

Shades of Robin's Egg Blue #0FC8CB

Tints of Robin's Egg Blue #0FC8CB

Color information

#0FC8CB (or 0x0FC8CB) is unknown color: approx Robin's Egg Blue. HEX triplet: 0F, C8 and CB. RGB value is (15,200,203). Sum of RGB (Red+Green+Blue) = 15+200+203=418 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.59% from 418); Green value is 200 (78.52% from 255 or 47.85% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #0FC8CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC8CB is #F03734. Grayscale: #909090. Windows color (decimal): -15742773 or 13355023. OLE color: 13355023.

HSL color Cylindrical-coordinate representation of color #0FC8CB: hue angle of 180.96º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC8CB is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15200203-
CMYK0.930.0100.20
HSL180.96º86.24%42.75%-
HSV(B)180.96º92.61%79.61%-
XYZ31.6345.7263.66-
YUV145.03160.7135.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.59%
GREEN value IS 200 (78.52% from 255) = 47.85%
BLUE value IS 203 (79.69% from 255) = 48.56%
R=3.59%
G=47.85%
B=48.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal152002030.930.0100.20180.9686.2442.75
HexFC8CB5D1014b5562b
Octal17310313135102426512653
Binary1111110010001100101110111011010100101101011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,200,203); }

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

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

 a { background-color: rgb(15,200,203); }

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

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

 span { border-color: rgb(15,200,203); }

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