Html Css Color HEX #04AAFE Deep Sky Blue

📋 copy color: '#04AAFE'

red 4 ◦ green 170 ◦ blue 254

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

Shades of Deep Sky Blue #04AAFE

Tints of Deep Sky Blue #04AAFE

RGB

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

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

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

R = 0.93%
G = 39.72%
B = 59.35%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#04AAFE (or 0x04AAFE) is known color: Deep Sky Blue. HEX triplet: 04, AA and FE. RGB value is (4,170,254). Sum of RGB (Red+Green+Blue) = 4+170+254=428 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #04AAFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04AAFE is #FB5501. Grayscale: #818181. Windows color (decimal): -16471298 or 16689668. OLE color: 16689668.

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

Color convert

RGB 4 170 254 -
CMYK 0.98 0.33 0 0.00
HSL 200.16º 0.99% 0.51% -
HSV(B) 200.16º 0.98% 1% -
XYZ 32.31 35.93 99 -
YUV 129.94 198 38.17 -
System Red Green Blue C M Y K H S L
Decimal 4 170 254 0.98 0.33 0 0.00 200.16 0.99 0.51
Hex 4 AA FE 62 21 0 0 C8 63 33
Octal 4 252 376 142 41 0 0 310 143 63
Binary 100 10101010 11111110 1100010 100001 0 0 11001000 1100011 110011

Color Harmonies of #04AAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AAFE

Black with #04AAFE

Text Example


Text Example

White with #04AAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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