#0FC2BC

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

Shades of Robin's Egg Blue #0FC2BC

Tints of Robin's Egg Blue #0FC2BC

Color information

#0FC2BC (or 0x0FC2BC) is unknown color: approx Robin's Egg Blue. HEX triplet: 0F, C2 and BC. RGB value is (15,194,188). Sum of RGB (Red+Green+Blue) = 15+194+188=397 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.78% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC2BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC2BC is #F03D43. Grayscale: #8B8B8B. Windows color (decimal): -15744324 or 12370447. OLE color: 12370447.

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

Color convert

RGB15194188-
CMYK0.9200.030.24
HSL177.99º85.65%40.98%-
HSV(B)177.99º92.27%76.08%-
XYZ28.5742.3254.24-
YUV139.8155.238.99-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.78%
GREEN value IS 194 (76.17% from 255) = 48.87%
BLUE value IS 188 (73.83% from 255) = 47.36%
R=3.78%
G=48.87%
B=47.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal151941880.9200.030.24177.9985.6540.98
HexFC2BC5C0318b25629
Octal17302274134033026212651
Binary11111100001010111100101110001111000101100101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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