Html Css Color HEX #04AAFC Deep Sky Blue

📋 copy color: '#04AAFC'

red 4 ◦ green 170 ◦ blue 252

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

Shades of Deep Sky Blue #04AAFC

Tints of Deep Sky Blue #04AAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.15%

R = 0.94%
G = 39.91%
B = 59.15%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#04AAFC (or 0x04AAFC) is known color: Deep Sky Blue. HEX triplet: 04, AA and FC. RGB value is (4,170,252). Sum of RGB (Red+Green+Blue) = 4+170+252=426 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.94% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #04AAFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04AAFC is #FB5503. Grayscale: #818181. Windows color (decimal): -16471300 or 16558596. OLE color: 16558596.

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

Color convert

RGB 4 170 252 -
CMYK 0.98 0.33 0 0.01
HSL 199.84º 0.98% 0.5% -
HSV(B) 199.84º 0.98% 0.99% -
XYZ 32 35.8 97.32 -
YUV 129.71 197 38.33 -
System Red Green Blue C M Y K H S L
Decimal 4 170 252 0.98 0.33 0 0.01 199.84 0.98 0.5
Hex 4 AA FC 62 21 0 1 C8 62 32
Octal 4 252 374 142 41 0 1 310 142 62
Binary 100 10101010 11111100 1100010 100001 0 1 11001000 1100010 110010

Color Harmonies of #04AAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AAFC

Black with #04AAFC

Text Example


Text Example

White with #04AAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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