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

📋 copy color: '#00DBC0'

red 0 ◦ green 219 ◦ blue 192

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

Shades of Robin's Egg Blue #00DBC0

Tints of Robin's Egg Blue #00DBC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.72%

R = 0%
G = 53.28%
B = 46.72%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#00DBC0 (or 0x00DBC0) is known color: Robin's Egg Blue. HEX triplet: 00, DB and C0. RGB value is (0,219,192). Sum of RGB (Red+Green+Blue) = 0+219+192=411 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 411); Green value is 219 (85.94% from 255 or 53.28% from 411); Blue value is 192 (75.39% from 255 or 46.72% from 411); Max value from RGB is 219 - color contains mainly: green. Hex color #00DBC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DBC0 is #FF243F. Grayscale: #969696. Windows color (decimal): -16720960 or 12638976. OLE color: 12638976.

HSL color Cylindrical-coordinate representation of color #00DBC0: hue angle of 172.6º 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 #00DBC0 is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 219 192 -
CMYK 1 0 0.12 0.14
HSL 172.6º 1% 0.43% -
HSV(B) 172.6º 1% 0.86% -
XYZ 34.85 54.47 58.55 -
YUV 150.44 151.45 20.7 -
System Red Green Blue C M Y K H S L
Decimal 0 219 192 1 0 0.12 0.14 172.6 1 0.43
Hex 0 DB C0 64 0 C E AD 64 2B
Octal 0 333 300 144 0 14 16 255 144 53
Binary 0 11011011 11000000 1100100 0 1100 1110 10101101 1100100 101011

Color Harmonies of #00DBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DBC0

Black with #00DBC0

Text Example


Text Example

White with #00DBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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