Html Css Color HEX #04D4EF Deep Sky Blue

📋 copy color: '#04D4EF'

red 4 ◦ green 212 ◦ blue 239

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

Shades of Deep Sky Blue #04D4EF

Tints of Deep Sky Blue #04D4EF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.59%

 BLUE value IS 239 (93.75% from 255) = 52.53%

R = 0.88%
G = 46.59%
B = 52.53%

CMYK

 C value IS 0.98

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#04D4EF (or 0x04D4EF) is known color: Deep Sky Blue. HEX triplet: 04, D4 and EF. RGB value is (4,212,239). Sum of RGB (Red+Green+Blue) = 4+212+239=455 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.88% from 455); Green value is 212 (83.20% from 255 or 46.59% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #04D4EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04D4EF is #FB2B10. Grayscale: #989898. Windows color (decimal): -16460561 or 15717380. OLE color: 15717380.

HSL color Cylindrical-coordinate representation of color #04D4EF: hue angle of 186.89º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D4EF is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 4 212 239 -
CMYK 0.98 0.11 0 0.06
HSL 186.89º 0.97% 0.48% -
HSV(B) 186.89º 0.98% 0.94% -
XYZ 39.17 53.34 89.89 -
YUV 152.89 176.59 21.8 -
System Red Green Blue C M Y K H S L
Decimal 4 212 239 0.98 0.11 0 0.06 186.89 0.97 0.48
Hex 4 D4 EF 62 B 0 6 BB 61 30
Octal 4 324 357 142 13 0 6 273 141 60
Binary 100 11010100 11101111 1100010 1011 0 110 10111011 1100001 110000

Color Harmonies of #04D4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04D4EF

Black with #04D4EF

Text Example


Text Example

White with #04D4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,212,239); }

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

background-color css

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

 a { background-color: rgb(4,212,239); }

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

border-color css

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

 span { border-color: rgb(4,212,239); }

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