#04AEED

Color #04AEED Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #04AEED

Tints of Deep Sky Blue #04AEED

Color information

#04AEED (or 0x04AEED) is unknown color: approx Deep Sky Blue. HEX triplet: 04, AE and ED. RGB value is (4,174,237). Sum of RGB (Red+Green+Blue) = 4+174+237=415 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 415); Green value is 174 (68.36% from 255 or 41.93% from 415); Blue value is 237 (92.97% from 255 or 57.11% from 415); Max value from RGB is 237 - color contains mainly: blue. Hex color #04AEED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04AEED is #FB5112. Grayscale: #818181. Windows color (decimal): -16470291 or 15576580. OLE color: 15576580.

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

Color convert

RGB4174237-
CMYK0.980.2700.07
HSL196.22º96.68%47.25%-
HSV(B)196.22º98.31%92.94%-
XYZ30.4736.4185.54-
YUV130.35188.1837.88-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.96%
GREEN value IS 174 (68.36% from 255) = 41.93%
BLUE value IS 237 (92.97% from 255) = 57.11%
R=0.96%
G=41.93%
B=57.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal41742370.980.2700.07196.2296.6847.25
Hex4AEED621B07c4612f
Octal4256355142330730414157
Binary10010101110111011011100010110110111110001001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04AEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #04AEED;
 }
 .AnyTagClassName
 {
   color: #04AEED;
 }
</style>
background-color css

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

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

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

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

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

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