Html Css Color HEX #0BC2BA Robin's Egg Blue

📋 copy color: '#0BC2BA'

red 11 ◦ green 194 ◦ blue 186

#0BC2BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Robin's Egg Blue #0BC2BA

Tints of Robin's Egg Blue #0BC2BA

RGB

 RED value IS 11 (4.69% from 255) = 2.81%

 GREEN value IS 194 (76.17% from 255) = 49.62%

 BLUE value IS 186 (73.05% from 255) = 47.57%

R = 2.81%
G = 49.62%
B = 47.57%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#0BC2BA (or 0x0BC2BA) is known color: Robin's Egg Blue. HEX triplet: 0B, C2 and BA. RGB value is (11,194,186). Sum of RGB (Red+Green+Blue) = 11+194+186=391 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.81% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 194 - color contains mainly: green. Hex color #0BC2BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC2BA is #F43D45. Grayscale: #8A8A8A. Windows color (decimal): -16006470 or 12239371. OLE color: 12239371.

HSL color Cylindrical-coordinate representation of color #0BC2BA: hue angle of 177.38º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC2BA is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 11 194 186 -
CMYK 0.94 0 0.04 0.24
HSL 177.38º 0.89% 0.4% -
HSV(B) 177.38º 0.94% 0.76% -
XYZ 28.29 42.2 53.11 -
YUV 138.37 154.87 37.15 -
System Red Green Blue C M Y K H S L
Decimal 11 194 186 0.94 0 0.04 0.24 177.38 0.89 0.4
Hex B C2 BA 5E 0 4 18 B1 59 28
Octal 13 302 272 136 0 4 30 261 131 50
Binary 1011 11000010 10111010 1011110 0 100 11000 10110001 1011001 101000

Color Harmonies of #0BC2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC2BA

Black with #0BC2BA

Text Example


Text Example

White with #0BC2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,194,186); }

 H1.HeaderClassName
 {
   color: #0BC2BA;
 }
 .AnyTagClassName
 {
   color: #0BC2BA;
 }
</style>

background-color css

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

 a { background-color: rgb(11,194,186); }

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

border-color css

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

 span { border-color: rgb(11,194,186); }

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