Html Css Color HEX #04DDFE Deep Sky Blue

📋 copy color: '#04DDFE'

red 4 ◦ green 221 ◦ blue 254

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

Shades of Deep Sky Blue #04DDFE

Tints of Deep Sky Blue #04DDFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.03%

R = 0.84%
G = 46.14%
B = 53.03%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#04DDFE (or 0x04DDFE) is known color: Deep Sky Blue. HEX triplet: 04, DD and FE. RGB value is (4,221,254). Sum of RGB (Red+Green+Blue) = 4+221+254=479 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #04DDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DDFE is #FB2201. Grayscale: #9F9F9F. Windows color (decimal): -16458242 or 16702724. OLE color: 16702724.

HSL color Cylindrical-coordinate representation of color #04DDFE: hue angle of 187.92º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DDFE is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 4 221 254 -
CMYK 0.98 0.13 0 0.00
HSL 187.92º 0.99% 0.51% -
HSV(B) 187.92º 0.98% 1% -
XYZ 43.8 58.89 102.83 -
YUV 159.88 181.11 16.82 -
System Red Green Blue C M Y K H S L
Decimal 4 221 254 0.98 0.13 0 0.00 187.92 0.99 0.51
Hex 4 DD FE 62 D 0 0 BC 63 33
Octal 4 335 376 142 15 0 0 274 143 63
Binary 100 11011101 11111110 1100010 1101 0 0 10111100 1100011 110011

Color Harmonies of #04DDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DDFE

Black with #04DDFE

Text Example


Text Example

White with #04DDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,221,254); }

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

background-color css

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

 a { background-color: rgb(4,221,254); }

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

border-color css

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

 span { border-color: rgb(4,221,254); }

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