Html Css Color HEX #04AAF4 Deep Sky Blue

📋 copy color: '#04AAF4'

red 4 ◦ green 170 ◦ blue 244

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

Shades of Deep Sky Blue #04AAF4

Tints of Deep Sky Blue #04AAF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 58.37%

R = 0.96%
G = 40.67%
B = 58.37%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#04AAF4 (or 0x04AAF4) is known color: Deep Sky Blue. HEX triplet: 04, AA and F4. RGB value is (4,170,244). Sum of RGB (Red+Green+Blue) = 4+170+244=418 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 244 (95.70% from 255 or 58.37% from 418); Max value from RGB is 244 - color contains mainly: blue. Hex color #04AAF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04AAF4 is #FB550B. Grayscale: #808080. Windows color (decimal): -16471308 or 16034308. OLE color: 16034308.

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

Color convert

RGB 4 170 244 -
CMYK 0.98 0.30 0 0.04
HSL 198.5º 0.97% 0.49% -
HSV(B) 198.5º 0.98% 0.96% -
XYZ 30.75 35.31 90.78 -
YUV 128.8 193 38.98 -
System Red Green Blue C M Y K H S L
Decimal 4 170 244 0.98 0.30 0 0.04 198.5 0.97 0.49
Hex 4 AA F4 62 1E 0 4 C6 61 31
Octal 4 252 364 142 36 0 4 306 141 61
Binary 100 10101010 11110100 1100010 11110 0 100 11000110 1100001 110001

Color Harmonies of #04AAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AAF4

Black with #04AAF4

Text Example


Text Example

White with #04AAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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