#0FC2BE

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

Shades of Robin's Egg Blue #0FC2BE

Tints of Robin's Egg Blue #0FC2BE

Color information

#0FC2BE (or 0x0FC2BE) is unknown color: approx Robin's Egg Blue. HEX triplet: 0F, C2 and BE. RGB value is (15,194,190). Sum of RGB (Red+Green+Blue) = 15+194+190=399 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.76% from 399); Green value is 194 (76.17% from 255 or 48.62% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC2BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC2BE is #F03D41. Grayscale: #8B8B8B. Windows color (decimal): -15744322 or 12501519. OLE color: 12501519.

HSL color Cylindrical-coordinate representation of color #0FC2BE: hue angle of 178.66º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC2BE is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB15194190-
CMYK0.9200.020.24
HSL178.66º85.65%40.98%-
HSV(B)178.66º92.27%76.08%-
XYZ28.7842.455.38-
YUV140.02156.238.83-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.76%
GREEN value IS 194 (76.17% from 255) = 48.62%
BLUE value IS 190 (74.61% from 255) = 47.62%
R=3.76%
G=48.62%
B=47.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal151941900.9200.020.24178.6685.6540.98
HexFC2BE5C0218b35629
Octal17302276134023026312651
Binary11111100001010111110101110001011000101100111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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