#0FC8C4

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

Shades of Robin's Egg Blue #0FC8C4

Tints of Robin's Egg Blue #0FC8C4

Color information

#0FC8C4 (or 0x0FC8C4) is unknown color: approx Robin's Egg Blue. HEX triplet: 0F, C8 and C4. RGB value is (15,200,196). Sum of RGB (Red+Green+Blue) = 15+200+196=411 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.65% from 411); Green value is 200 (78.52% from 255 or 48.66% from 411); Blue value is 196 (76.95% from 255 or 47.69% from 411); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC8C4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC8C4 is #F0373B. Grayscale: #909090. Windows color (decimal): -15742780 or 12896271. OLE color: 12896271.

HSL color Cylindrical-coordinate representation of color #0FC8C4: hue angle of 178.7º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC8C4 is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB15200196-
CMYK0.9200.020.22
HSL178.7º86.05%42.16%-
HSV(B)178.7º92.5%78.43%-
XYZ30.8245.459.36-
YUV144.23157.2135.83-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.65%
GREEN value IS 200 (78.52% from 255) = 48.66%
BLUE value IS 196 (76.95% from 255) = 47.69%
R=3.65%
G=48.66%
B=47.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal152001960.9200.020.22178.786.0542.16
HexFC8C45C0216b3562a
Octal17310304134022626312652
Binary11111100100011000100101110001010110101100111010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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