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

📋 copy color: '#04DBC0'

red 4 ◦ green 219 ◦ blue 192

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

Shades of Robin's Egg Blue #04DBC0

Tints of Robin's Egg Blue #04DBC0

RGB

 RED value IS 4 (1.95% from 255) = 0.96%

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

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

R = 0.96%
G = 52.77%
B = 46.27%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#04DBC0 (or 0x04DBC0) is known color: Robin's Egg Blue. HEX triplet: 04, DB and C0. RGB value is (4,219,192). Sum of RGB (Red+Green+Blue) = 4+219+192=415 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 415); Green value is 219 (85.94% from 255 or 52.77% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 219 - color contains mainly: green. Hex color #04DBC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DBC0 is #FB243F. Grayscale: #979797. Windows color (decimal): -16458816 or 12638980. OLE color: 12638980.

HSL color Cylindrical-coordinate representation of color #04DBC0: hue angle of 172.47º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DBC0 is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 219 192 -
CMYK 0.98 0 0.12 0.14
HSL 172.47º 0.96% 0.44% -
HSV(B) 172.47º 0.98% 0.86% -
XYZ 34.9 54.49 58.55 -
YUV 151.64 150.77 22.7 -
System Red Green Blue C M Y K H S L
Decimal 4 219 192 0.98 0 0.12 0.14 172.47 0.96 0.44
Hex 4 DB C0 62 0 C E AC 60 2C
Octal 4 333 300 142 0 14 16 254 140 54
Binary 100 11011011 11000000 1100010 0 1100 1110 10101100 1100000 101100

Color Harmonies of #04DBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DBC0

Black with #04DBC0

Text Example


Text Example

White with #04DBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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