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

📋 copy color: '#0BDAB9'

red 11 ◦ green 218 ◦ blue 185

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

Shades of Robin's Egg Blue #0BDAB9

Tints of Robin's Egg Blue #0BDAB9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 52.66%

 BLUE value IS 185 (72.66% from 255) = 44.69%

R = 2.66%
G = 52.66%
B = 44.69%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#0BDAB9 (or 0x0BDAB9) is known color: Robin's Egg Blue. HEX triplet: 0B, DA and B9. RGB value is (11,218,185). Sum of RGB (Red+Green+Blue) = 11+218+185=414 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.66% from 414); Green value is 218 (85.55% from 255 or 52.66% from 414); Blue value is 185 (72.66% from 255 or 44.69% from 414); Max value from RGB is 218 - color contains mainly: green. Hex color #0BDAB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDAB9 is #F42546. Grayscale: #989898. Windows color (decimal): -16000327 or 12179979. OLE color: 12179979.

HSL color Cylindrical-coordinate representation of color #0BDAB9: hue angle of 170.43º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDAB9 is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 11 218 185 -
CMYK 0.95 0 0.15 0.15
HSL 170.43º 0.9% 0.45% -
HSV(B) 170.43º 0.95% 0.85% -
XYZ 33.97 53.72 54.48 -
YUV 152.35 146.42 27.18 -
System Red Green Blue C M Y K H S L
Decimal 11 218 185 0.95 0 0.15 0.15 170.43 0.9 0.45
Hex B DA B9 5F 0 F F AA 5A 2D
Octal 13 332 271 137 0 17 17 252 132 55
Binary 1011 11011010 10111001 1011111 0 1111 1111 10101010 1011010 101101

Color Harmonies of #0BDAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDAB9

Black with #0BDAB9

Text Example


Text Example

White with #0BDAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,218,185); }

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

background-color css

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

 a { background-color: rgb(11,218,185); }

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

border-color css

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

 span { border-color: rgb(11,218,185); }

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