#0BCCBE

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

Shades of Robin's Egg Blue #0BCCBE

Tints of Robin's Egg Blue #0BCCBE

Color information

#0BCCBE (or 0x0BCCBE) is unknown color: approx Robin's Egg Blue. HEX triplet: 0B, CC and BE. RGB value is (11,204,190). Sum of RGB (Red+Green+Blue) = 11+204+190=405 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.72% from 405); Green value is 204 (80.08% from 255 or 50.37% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 204 - color contains mainly: green. Hex color #0BCCBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCCBE is #F43341. Grayscale: #909090. Windows color (decimal): -16003906 or 12504075. OLE color: 12504075.

HSL color Cylindrical-coordinate representation of color #0BCCBE: hue angle of 175.65º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCCBE is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB11204190-
CMYK0.9500.070.2
HSL175.65º89.77%42.16%-
HSV(B)175.65º94.61%80%-
XYZ31.0346.9756.15-
YUV144.7153.5632.64-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.72%
GREEN value IS 204 (80.08% from 255) = 50.37%
BLUE value IS 190 (74.61% from 255) = 46.91%
R=2.72%
G=50.37%
B=46.91%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal112041900.9500.070.2175.6589.7742.16
HexBCCBE5F0714b05a2a
Octal13314276137072426013252
Binary101111001100101111101011111011110100101100001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BCCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,204,190); }

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

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

 a { background-color: rgb(11,204,190); }

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

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

 span { border-color: rgb(11,204,190); }

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