#0BCEC6

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

Shades of Robin's Egg Blue #0BCEC6

Tints of Robin's Egg Blue #0BCEC6

Color information

#0BCEC6 (or 0x0BCEC6) is unknown color: approx Robin's Egg Blue. HEX triplet: 0B, CE and C6. RGB value is (11,206,198). Sum of RGB (Red+Green+Blue) = 11+206+198=415 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.65% from 415); Green value is 206 (80.86% from 255 or 49.64% from 415); Blue value is 198 (77.73% from 255 or 47.71% from 415); Max value from RGB is 206 - color contains mainly: green. Hex color #0BCEC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCEC6 is #F43139. Grayscale: #929292. Windows color (decimal): -16003386 or 13028875. OLE color: 13028875.

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

Color convert

RGB11206198-
CMYK0.9500.040.19
HSL177.54º89.86%42.55%-
HSV(B)177.54º94.66%80.78%-
XYZ32.448.2961.04-
YUV146.78156.931.15-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.65%
GREEN value IS 206 (80.86% from 255) = 49.64%
BLUE value IS 198 (77.73% from 255) = 47.71%
R=2.65%
G=49.64%
B=47.71%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal112061980.9500.040.19177.5489.8642.55
HexBCEC65F0413b25a2b
Octal13316306137042326213253
Binary101111001110110001101011111010010011101100101011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BCEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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