#0BC2C6

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

Shades of Robin's Egg Blue #0BC2C6

Tints of Robin's Egg Blue #0BC2C6

Color information

#0BC2C6 (or 0x0BC2C6) is unknown color: approx Robin's Egg Blue. HEX triplet: 0B, C2 and C6. RGB value is (11,194,198). Sum of RGB (Red+Green+Blue) = 11+194+198=403 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.73% from 403); Green value is 194 (76.17% from 255 or 48.14% from 403); Blue value is 198 (77.73% from 255 or 49.13% from 403); Max value from RGB is 198 - color contains mainly: blue. Hex color #0BC2C6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC2C6 is #F43D39. Grayscale: #8B8B8B. Windows color (decimal): -16006458 or 13025803. OLE color: 13025803.

HSL color Cylindrical-coordinate representation of color #0BC2C6: hue angle of 181.28º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC2C6 is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11194198-
CMYK0.940.0200.22
HSL181.28º89.47%40.98%-
HSV(B)181.28º94.44%77.65%-
XYZ29.6242.7360.11-
YUV139.74160.8736.17-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.73%
GREEN value IS 194 (76.17% from 255) = 48.14%
BLUE value IS 198 (77.73% from 255) = 49.13%
R=2.73%
G=48.14%
B=49.13%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal111941980.940.0200.22181.2889.4740.98
HexBC2C65E2016b55929
Octal13302306136202626513151
Binary10111100001011000110101111010010110101101011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BC2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,194,198); }

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

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

 a { background-color: rgb(11,194,198); }

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

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

 span { border-color: rgb(11,194,198); }

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