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

📋 copy color: '#0BC9BE'

red 11 ◦ green 201 ◦ blue 190

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

Shades of Robin's Egg Blue #0BC9BE

Tints of Robin's Egg Blue #0BC9BE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 50%

 BLUE value IS 190 (74.61% from 255) = 47.26%

R = 2.74%
G = 50%
B = 47.26%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#0BC9BE (or 0x0BC9BE) is known color: Robin's Egg Blue. HEX triplet: 0B, C9 and BE. RGB value is (11,201,190). Sum of RGB (Red+Green+Blue) = 11+201+190=402 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.74% from 402); Green value is 201 (78.91% from 255 or 50% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 201 - color contains mainly: green. Hex color #0BC9BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC9BE is #F43641. Grayscale: #8E8E8E. Windows color (decimal): -16004674 or 12503307. OLE color: 12503307.

HSL color Cylindrical-coordinate representation of color #0BC9BE: hue angle of 176.53º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BC9BE is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 11 201 190 -
CMYK 0.95 0 0.05 0.21
HSL 176.53º 0.9% 0.42% -
HSV(B) 176.53º 0.95% 0.79% -
XYZ 30.32 45.56 55.91 -
YUV 142.94 154.55 33.89 -
System Red Green Blue C M Y K H S L
Decimal 11 201 190 0.95 0 0.05 0.21 176.53 0.9 0.42
Hex B C9 BE 5F 0 5 15 B1 5A 2A
Octal 13 311 276 137 0 5 25 261 132 52
Binary 1011 11001001 10111110 1011111 0 101 10101 10110001 1011010 101010

Color Harmonies of #0BC9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC9BE

Black with #0BC9BE

Text Example


Text Example

White with #0BC9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,201,190); }

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

background-color css

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

 a { background-color: rgb(11,201,190); }

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

border-color css

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

 span { border-color: rgb(11,201,190); }

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