Html Css Color HEX #04AAF8 Deep Sky Blue

📋 copy color: '#04AAF8'

red 4 ◦ green 170 ◦ blue 248

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

Shades of Deep Sky Blue #04AAF8

Tints of Deep Sky Blue #04AAF8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.28%

 BLUE value IS 248 (97.27% from 255) = 58.77%

R = 0.95%
G = 40.28%
B = 58.77%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#04AAF8 (or 0x04AAF8) is known color: Deep Sky Blue. HEX triplet: 04, AA and F8. RGB value is (4,170,248). Sum of RGB (Red+Green+Blue) = 4+170+248=422 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.95% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 248 (97.27% from 255 or 58.77% from 422); Max value from RGB is 248 - color contains mainly: blue. Hex color #04AAF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04AAF8 is #FB5507. Grayscale: #808080. Windows color (decimal): -16471304 or 16296452. OLE color: 16296452.

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

Color convert

RGB 4 170 248 -
CMYK 0.98 0.31 0 0.03
HSL 199.18º 0.97% 0.49% -
HSV(B) 199.18º 0.98% 0.97% -
XYZ 31.37 35.55 94.02 -
YUV 129.26 195 38.66 -
System Red Green Blue C M Y K H S L
Decimal 4 170 248 0.98 0.31 0 0.03 199.18 0.97 0.49
Hex 4 AA F8 62 1F 0 3 C7 61 31
Octal 4 252 370 142 37 0 3 307 141 61
Binary 100 10101010 11111000 1100010 11111 0 11 11000111 1100001 110001

Color Harmonies of #04AAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AAF8

Black with #04AAF8

Text Example


Text Example

White with #04AAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,170,248); }

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

background-color css

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

 a { background-color: rgb(4,170,248); }

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

border-color css

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

 span { border-color: rgb(4,170,248); }

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