#0BC6C3

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

Shades of Robin's Egg Blue #0BC6C3

Tints of Robin's Egg Blue #0BC6C3

Color information

#0BC6C3 (or 0x0BC6C3) is unknown color: approx Robin's Egg Blue. HEX triplet: 0B, C6 and C3. RGB value is (11,198,195). Sum of RGB (Red+Green+Blue) = 11+198+195=404 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.72% from 404); Green value is 198 (77.73% from 255 or 49.01% from 404); Blue value is 195 (76.56% from 255 or 48.27% from 404); Max value from RGB is 198 - color contains mainly: green. Hex color #0BC6C3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC6C3 is #F4393C. Grayscale: #8D8D8D. Windows color (decimal): -16005437 or 12830219. OLE color: 12830219.

HSL color Cylindrical-coordinate representation of color #0BC6C3: hue angle of 179.04º 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 #0BC6C3 is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB11198195-
CMYK0.9400.020.22
HSL179.04º89.47%40.98%-
HSV(B)179.04º94.44%77.65%-
XYZ30.1844.458.61-
YUV141.74158.0534.74-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.72%
GREEN value IS 198 (77.73% from 255) = 49.01%
BLUE value IS 195 (76.56% from 255) = 48.27%
R=2.72%
G=49.01%
B=48.27%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal111981950.9400.020.22179.0489.4740.98
HexBC6C35E0216b35929
Octal13306303136022626313151
Binary10111100011011000011101111001010110101100111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BC6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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