#0fc5ce

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

Shades of Robin's Egg Blue #0FC5CE

Tints of Robin's Egg Blue #0FC5CE

Color information

#0FC5CE (or 0x0FC5CE) is unknown color: approx Robin's Egg Blue. HEX triplet: 0F, C5 and CE. RGB value is (15,197,206). Sum of RGB (Red+Green+Blue) = 15+197+206=418 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.59% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #0FC5CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC5CE is #F03A31. Grayscale: #8F8F8F. Windows color (decimal): -15743538 or 13550863. OLE color: 13550863.

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

Color convert

RGB15197206-
CMYK0.930.0400.19
HSL182.83º86.43%43.33%-
HSV(B)182.83º92.72%80.78%-
XYZ31.344.4965.33-
YUV143.61163.236.27-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.59%
GREEN value IS 197 (77.34% from 255) = 47.13%
BLUE value IS 206 (80.86% from 255) = 49.28%
R=3.59%
G=47.13%
B=49.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal151972060.930.0400.19182.8386.4343.33
HexFC5CE5D4013b7562b
Octal17305316135402326712653
Binary111111000101110011101011101100010011101101111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fc5ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,197,206); }

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

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

 a { background-color: rgb(15,197,206); }

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

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

 span { border-color: rgb(15,197,206); }

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