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

📋 copy color: '#0BCBBA'

red 11 ◦ green 203 ◦ blue 186

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

Shades of Robin's Egg Blue #0BCBBA

Tints of Robin's Egg Blue #0BCBBA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 50.75%

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

R = 2.75%
G = 50.75%
B = 46.5%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#0BCBBA (or 0x0BCBBA) is known color: Robin's Egg Blue. HEX triplet: 0B, CB and BA. RGB value is (11,203,186). Sum of RGB (Red+Green+Blue) = 11+203+186=400 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.75% from 400); Green value is 203 (79.69% from 255 or 50.75% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 203 - color contains mainly: green. Hex color #0BCBBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCBBA is #F43445. Grayscale: #8F8F8F. Windows color (decimal): -16004166 or 12241675. OLE color: 12241675.

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

Color convert

RGB 11 203 186 -
CMYK 0.95 0 0.08 0.20
HSL 174.69º 0.9% 0.42% -
HSV(B) 174.69º 0.95% 0.8% -
XYZ 30.36 46.33 53.8 -
YUV 143.65 151.89 33.38 -
System Red Green Blue C M Y K H S L
Decimal 11 203 186 0.95 0 0.08 0.20 174.69 0.9 0.42
Hex B CB BA 5F 0 8 14 AF 5A 2A
Octal 13 313 272 137 0 10 24 257 132 52
Binary 1011 11001011 10111010 1011111 0 1000 10100 10101111 1011010 101010

Color Harmonies of #0BCBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCBBA

Black with #0BCBBA

Text Example


Text Example

White with #0BCBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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