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

📋 copy color: '#0BC2BC'

red 11 ◦ green 194 ◦ blue 188

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

Shades of Robin's Egg Blue #0BC2BC

Tints of Robin's Egg Blue #0BC2BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.84%

R = 2.8%
G = 49.36%
B = 47.84%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#0BC2BC (or 0x0BC2BC) is known color: Robin's Egg Blue. HEX triplet: 0B, C2 and BC. RGB value is (11,194,188). Sum of RGB (Red+Green+Blue) = 11+194+188=393 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.80% from 393); Green value is 194 (76.17% from 255 or 49.36% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 194 - color contains mainly: green. Hex color #0BC2BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC2BC is #F43D43. Grayscale: #8A8A8A. Windows color (decimal): -16006468 or 12370443. OLE color: 12370443.

HSL color Cylindrical-coordinate representation of color #0BC2BC: hue angle of 178.03º 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 #0BC2BC is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 11 194 188 -
CMYK 0.94 0 0.03 0.24
HSL 178.03º 0.89% 0.4% -
HSV(B) 178.03º 0.94% 0.76% -
XYZ 28.51 42.29 54.24 -
YUV 138.6 155.87 36.99 -
System Red Green Blue C M Y K H S L
Decimal 11 194 188 0.94 0 0.03 0.24 178.03 0.89 0.4
Hex B C2 BC 5E 0 3 18 B2 59 28
Octal 13 302 274 136 0 3 30 262 131 50
Binary 1011 11000010 10111100 1011110 0 11 11000 10110010 1011001 101000

Color Harmonies of #0BC2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC2BC

Black with #0BC2BC

Text Example


Text Example

White with #0BC2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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