Html Css Color HEX #04AAEE Deep Sky Blue

📋 copy color: '#04AAEE'

red 4 ◦ green 170 ◦ blue 238

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

Shades of Deep Sky Blue #04AAEE

Tints of Deep Sky Blue #04AAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 57.77%

R = 0.97%
G = 41.26%
B = 57.77%

CMYK

 C value IS 0.98

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#04AAEE (or 0x04AAEE) is known color: Deep Sky Blue. HEX triplet: 04, AA and EE. RGB value is (4,170,238). Sum of RGB (Red+Green+Blue) = 4+170+238=412 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.97% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 238 (93.36% from 255 or 57.77% from 412); Max value from RGB is 238 - color contains mainly: blue. Hex color #04AAEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04AAEE is #FB5511. Grayscale: #7F7F7F. Windows color (decimal): -16471314 or 15641092. OLE color: 15641092.

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

Color convert

RGB 4 170 238 -
CMYK 0.98 0.29 0 0.07
HSL 197.44º 0.97% 0.47% -
HSV(B) 197.44º 0.98% 0.93% -
XYZ 29.86 34.95 86.06 -
YUV 128.12 190 39.47 -
System Red Green Blue C M Y K H S L
Decimal 4 170 238 0.98 0.29 0 0.07 197.44 0.97 0.47
Hex 4 AA EE 62 1D 0 7 C5 61 2F
Octal 4 252 356 142 35 0 7 305 141 57
Binary 100 10101010 11101110 1100010 11101 0 111 11000101 1100001 101111

Color Harmonies of #04AAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AAEE

Black with #04AAEE

Text Example


Text Example

White with #04AAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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