Html Css Color HEX #04AAED Deep Sky Blue

📋 copy color: '#04AAED'

red 4 ◦ green 170 ◦ blue 237

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

Shades of Deep Sky Blue #04AAED

Tints of Deep Sky Blue #04AAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.66%

R = 0.97%
G = 41.36%
B = 57.66%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#04AAED (or 0x04AAED) is known color: Deep Sky Blue. HEX triplet: 04, AA and ED. RGB value is (4,170,237). Sum of RGB (Red+Green+Blue) = 4+170+237=411 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.97% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 237 (92.97% from 255 or 57.66% from 411); Max value from RGB is 237 - color contains mainly: blue. Hex color #04AAED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04AAED is #FB5512. Grayscale: #7F7F7F. Windows color (decimal): -16471315 or 15575556. OLE color: 15575556.

HSL color Cylindrical-coordinate representation of color #04AAED: hue angle of 197.25º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AAED is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 170 237 -
CMYK 0.98 0.28 0 0.07
HSL 197.25º 0.97% 0.47% -
HSV(B) 197.25º 0.98% 0.93% -
XYZ 29.71 34.89 85.29 -
YUV 128 189.5 39.55 -
System Red Green Blue C M Y K H S L
Decimal 4 170 237 0.98 0.28 0 0.07 197.25 0.97 0.47
Hex 4 AA ED 62 1C 0 7 C5 61 2F
Octal 4 252 355 142 34 0 7 305 141 57
Binary 100 10101010 11101101 1100010 11100 0 111 11000101 1100001 101111

Color Harmonies of #04AAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AAED

Black with #04AAED

Text Example


Text Example

White with #04AAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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