#0BE1C4

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

Shades of Robin's Egg Blue #0BE1C4

Tints of Robin's Egg Blue #0BE1C4

Color information

#0BE1C4 (or 0x0BE1C4) is unknown color: approx Robin's Egg Blue. HEX triplet: 0B, E1 and C4. RGB value is (11,225,196). Sum of RGB (Red+Green+Blue) = 11+225+196=432 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.55% from 432); Green value is 225 (88.28% from 255 or 52.08% from 432); Blue value is 196 (76.95% from 255 or 45.37% from 432); Max value from RGB is 225 - color contains mainly: green. Hex color #0BE1C4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BE1C4 is #F41E3B. Grayscale: #9D9D9D. Windows color (decimal): -15998524 or 12902667. OLE color: 12902667.

HSL color Cylindrical-coordinate representation of color #0BE1C4: hue angle of 171.87º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE1C4 is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB11225196-
CMYK0.9500.130.12
HSL171.87º90.68%46.27%-
HSV(B)171.87º95.11%88.24%-
XYZ37.0357.9161.45-
YUV157.71149.623.36-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.55%
GREEN value IS 225 (88.28% from 255) = 52.08%
BLUE value IS 196 (76.95% from 255) = 45.37%
R=2.55%
G=52.08%
B=45.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal112251960.9500.130.12171.8790.6846.27
HexBE1C45F0DCac5b2e
Octal133413041370151425413356
Binary101111100001110001001011111011011100101011001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BE1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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