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

📋 copy color: '#0BC2B7'

red 11 ◦ green 194 ◦ blue 183

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

Shades of Robin's Egg Blue #0BC2B7

Tints of Robin's Egg Blue #0BC2B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 47.16%

R = 2.84%
G = 50%
B = 47.16%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#0BC2B7 (or 0x0BC2B7) is known color: Robin's Egg Blue. HEX triplet: 0B, C2 and B7. RGB value is (11,194,183). Sum of RGB (Red+Green+Blue) = 11+194+183=388 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.84% from 388); Green value is 194 (76.17% from 255 or 50% from 388); Blue value is 183 (71.88% from 255 or 47.16% from 388); Max value from RGB is 194 - color contains mainly: green. Hex color #0BC2B7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC2B7 is #F43D48. Grayscale: #898989. Windows color (decimal): -16006473 or 12042763. OLE color: 12042763.

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

Color convert

RGB 11 194 183 -
CMYK 0.94 0 0.06 0.24
HSL 176.39º 0.89% 0.4% -
HSV(B) 176.39º 0.94% 0.76% -
XYZ 27.98 42.07 51.45 -
YUV 138.03 153.37 37.39 -
System Red Green Blue C M Y K H S L
Decimal 11 194 183 0.94 0 0.06 0.24 176.39 0.89 0.4
Hex B C2 B7 5E 0 6 18 B0 59 28
Octal 13 302 267 136 0 6 30 260 131 50
Binary 1011 11000010 10110111 1011110 0 110 11000 10110000 1011001 101000

Color Harmonies of #0BC2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC2B7

Black with #0BC2B7

Text Example


Text Example

White with #0BC2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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