Html Css Color HEX #04DAFE Deep Sky Blue

📋 copy color: '#04DAFE'

red 4 ◦ green 218 ◦ blue 254

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

Shades of Deep Sky Blue #04DAFE

Tints of Deep Sky Blue #04DAFE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.8%

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

R = 0.84%
G = 45.8%
B = 53.36%

CMYK

 C value IS 0.98

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#04DAFE (or 0x04DAFE) is known color: Deep Sky Blue. HEX triplet: 04, DA and FE. RGB value is (4,218,254). Sum of RGB (Red+Green+Blue) = 4+218+254=476 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #04DAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DAFE is #FB2501. Grayscale: #9D9D9D. Windows color (decimal): -16459010 or 16701956. OLE color: 16701956.

HSL color Cylindrical-coordinate representation of color #04DAFE: hue angle of 188.64º 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 #04DAFE is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 4 218 254 -
CMYK 0.98 0.14 0 0.00
HSL 188.64º 0.99% 0.51% -
HSV(B) 188.64º 0.98% 1% -
XYZ 43.01 57.32 102.56 -
YUV 158.12 182.1 18.07 -
System Red Green Blue C M Y K H S L
Decimal 4 218 254 0.98 0.14 0 0.00 188.64 0.99 0.51
Hex 4 DA FE 62 E 0 0 BD 63 33
Octal 4 332 376 142 16 0 0 275 143 63
Binary 100 11011010 11111110 1100010 1110 0 0 10111101 1100011 110011

Color Harmonies of #04DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DAFE

Black with #04DAFE

Text Example


Text Example

White with #04DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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