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

📋 copy color: '#0BDDBE'

red 11 ◦ green 221 ◦ blue 190

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

Shades of Robin's Egg Blue #0BDDBE

Tints of Robin's Egg Blue #0BDDBE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 52.37%

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

R = 2.61%
G = 52.37%
B = 45.02%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#0BDDBE (or 0x0BDDBE) is known color: Robin's Egg Blue. HEX triplet: 0B, DD and BE. RGB value is (11,221,190). Sum of RGB (Red+Green+Blue) = 11+221+190=422 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.61% from 422); Green value is 221 (86.72% from 255 or 52.37% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDDBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDDBE is #F42241. Grayscale: #9A9A9A. Windows color (decimal): -15999554 or 12508427. OLE color: 12508427.

HSL color Cylindrical-coordinate representation of color #0BDDBE: hue angle of 171.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDDBE is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 221 190 -
CMYK 0.95 0 0.14 0.13
HSL 171.14º 0.91% 0.45% -
HSV(B) 171.14º 0.95% 0.87% -
XYZ 35.29 55.5 57.57 -
YUV 154.68 147.93 25.52 -
System Red Green Blue C M Y K H S L
Decimal 11 221 190 0.95 0 0.14 0.13 171.14 0.91 0.45
Hex B DD BE 5F 0 E D AB 5B 2D
Octal 13 335 276 137 0 16 15 253 133 55
Binary 1011 11011101 10111110 1011111 0 1110 1101 10101011 1011011 101101

Color Harmonies of #0BDDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDDBE

Black with #0BDDBE

Text Example


Text Example

White with #0BDDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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