Html Css Color HEX #04AEFD Deep Sky Blue

📋 copy color: '#04AEFD'

red 4 ◦ green 174 ◦ blue 253

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

Shades of Deep Sky Blue #04AEFD

Tints of Deep Sky Blue #04AEFD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.37%

 BLUE value IS 253 (99.22% from 255) = 58.7%

R = 0.93%
G = 40.37%
B = 58.7%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#04AEFD (or 0x04AEFD) is known color: Deep Sky Blue. HEX triplet: 04, AE and FD. RGB value is (4,174,253). Sum of RGB (Red+Green+Blue) = 4+174+253=431 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #04AEFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04AEFD is #FB5102. Grayscale: #838383. Windows color (decimal): -16470275 or 16625156. OLE color: 16625156.

HSL color Cylindrical-coordinate representation of color #04AEFD: hue angle of 199.04º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AEFD is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 4 174 253 -
CMYK 0.98 0.31 0 0.01
HSL 199.04º 0.98% 0.5% -
HSV(B) 199.04º 0.98% 0.99% -
XYZ 32.92 37.39 98.41 -
YUV 132.18 196.18 36.58 -
System Red Green Blue C M Y K H S L
Decimal 4 174 253 0.98 0.31 0 0.01 199.04 0.98 0.5
Hex 4 AE FD 62 1F 0 1 C7 62 32
Octal 4 256 375 142 37 0 1 307 142 62
Binary 100 10101110 11111101 1100010 11111 0 1 11000111 1100010 110010

Color Harmonies of #04AEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AEFD

Black with #04AEFD

Text Example


Text Example

White with #04AEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,174,253); }

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

background-color css

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

 a { background-color: rgb(4,174,253); }

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

border-color css

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

 span { border-color: rgb(4,174,253); }

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