Html Css Color HEX #00DBB5 Robin's Egg Blue

📋 copy color: '#00DBB5'

red 0 ◦ green 219 ◦ blue 181

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

Shades of Robin's Egg Blue #00DBB5

Tints of Robin's Egg Blue #00DBB5

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 219 (85.94% from 255) = 54.75%

 BLUE value IS 181 (71.09% from 255) = 45.25%

R = 0%
G = 54.75%
B = 45.25%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#00DBB5 (or 0x00DBB5) is known color: Robin's Egg Blue. HEX triplet: 00, DB and B5. RGB value is (0,219,181). Sum of RGB (Red+Green+Blue) = 0+219+181=400 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 400); Green value is 219 (85.94% from 255 or 54.75% from 400); Blue value is 181 (71.09% from 255 or 45.25% from 400); Max value from RGB is 219 - color contains mainly: green. Hex color #00DBB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DBB5 is #FF244A. Grayscale: #959595. Windows color (decimal): -16720971 or 11918080. OLE color: 11918080.

HSL color Cylindrical-coordinate representation of color #00DBB5: hue angle of 169.59º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DBB5 is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 219 181 -
CMYK 1 0 0.17 0.14
HSL 169.59º 1% 0.43% -
HSV(B) 169.59º 1% 0.86% -
XYZ 33.67 54 52.36 -
YUV 149.19 145.95 21.59 -
System Red Green Blue C M Y K H S L
Decimal 0 219 181 1 0 0.17 0.14 169.59 1 0.43
Hex 0 DB B5 64 0 11 E AA 64 2B
Octal 0 333 265 144 0 21 16 252 144 53
Binary 0 11011011 10110101 1100100 0 10001 1110 10101010 1100100 101011

Color Harmonies of #00DBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DBB5

Black with #00DBB5

Text Example


Text Example

White with #00DBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00DBB5; }

 p { color: rgb(0,219,181); }

 H1.HeaderClassName
 {
   color: #00DBB5;
 }
 .AnyTagClassName
 {
   color: #00DBB5;
 }
</style>

background-color css

<style>
 a { background-color: #00DBB5; }

 a { background-color: rgb(0,219,181); }

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

border-color css

<style>
 span { border-color: #00DBB5; }

 span { border-color: rgb(0,219,181); }

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