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

📋 copy color: '#0BCBB8'

red 11 ◦ green 203 ◦ blue 184

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

Shades of Robin's Egg Blue #0BCBB8

Tints of Robin's Egg Blue #0BCBB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 46.23%

R = 2.76%
G = 51.01%
B = 46.23%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#0BCBB8 (or 0x0BCBB8) is known color: Robin's Egg Blue. HEX triplet: 0B, CB and B8. RGB value is (11,203,184). Sum of RGB (Red+Green+Blue) = 11+203+184=398 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.76% from 398); Green value is 203 (79.69% from 255 or 51.01% from 398); Blue value is 184 (72.27% from 255 or 46.23% from 398); Max value from RGB is 203 - color contains mainly: green. Hex color #0BCBB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCBB8 is #F43447. Grayscale: #8F8F8F. Windows color (decimal): -16004168 or 12110603. OLE color: 12110603.

HSL color Cylindrical-coordinate representation of color #0BCBB8: hue angle of 174.06º 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 #0BCBB8 is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 11 203 184 -
CMYK 0.95 0 0.09 0.20
HSL 174.06º 0.9% 0.42% -
HSV(B) 174.06º 0.95% 0.8% -
XYZ 30.15 46.24 52.68 -
YUV 143.43 150.89 33.54 -
System Red Green Blue C M Y K H S L
Decimal 11 203 184 0.95 0 0.09 0.20 174.06 0.9 0.42
Hex B CB B8 5F 0 9 14 AE 5A 2A
Octal 13 313 270 137 0 11 24 256 132 52
Binary 1011 11001011 10111000 1011111 0 1001 10100 10101110 1011010 101010

Color Harmonies of #0BCBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCBB8

Black with #0BCBB8

Text Example


Text Example

White with #0BCBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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