#0BCCC4

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

Shades of Robin's Egg Blue #0BCCC4

Tints of Robin's Egg Blue #0BCCC4

Color information

#0BCCC4 (or 0x0BCCC4) is unknown color: approx Robin's Egg Blue. HEX triplet: 0B, CC and C4. RGB value is (11,204,196). Sum of RGB (Red+Green+Blue) = 11+204+196=411 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.68% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 196 (76.95% from 255 or 47.69% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #0BCCC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCCC4 is #F4333B. Grayscale: #919191. Windows color (decimal): -16003900 or 12897291. OLE color: 12897291.

HSL color Cylindrical-coordinate representation of color #0BCCC4: hue angle of 177.51º 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 #0BCCC4 is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB11204196-
CMYK0.9500.040.2
HSL177.51º89.77%42.16%-
HSV(B)177.51º94.61%80%-
XYZ31.6947.2459.67-
YUV145.38156.5632.15-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.68%
GREEN value IS 204 (80.08% from 255) = 49.64%
BLUE value IS 196 (76.95% from 255) = 47.69%
R=2.68%
G=49.64%
B=47.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal112041960.9500.040.2177.5189.7742.16
HexBCCC45F0414b25a2a
Octal13314304137042426213252
Binary101111001100110001001011111010010100101100101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BCCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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