#04AAEB

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

Shades of Deep Sky Blue #04AAEB

Tints of Deep Sky Blue #04AAEB

Color information

#04AAEB (or 0x04AAEB) is unknown color: approx Deep Sky Blue. HEX triplet: 04, AA and EB. RGB value is (4,170,235). Sum of RGB (Red+Green+Blue) = 4+170+235=409 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.98% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 235 (92.19% from 255 or 57.46% from 409); Max value from RGB is 235 - color contains mainly: blue. Hex color #04AAEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04AAEB is #FB5514. Grayscale: #7F7F7F. Windows color (decimal): -16471317 or 15444484. OLE color: 15444484.

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

Color convert

RGB4170235-
CMYK0.980.2800.08
HSL196.88º96.65%46.86%-
HSV(B)196.88º98.3%92.16%-
XYZ29.4234.7783.76-
YUV127.78188.539.71-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.98%
GREEN value IS 170 (66.80% from 255) = 41.56%
BLUE value IS 235 (92.19% from 255) = 57.46%
R=0.98%
G=41.56%
B=57.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal41702350.980.2800.08196.8896.6546.86
Hex4AAEB621C08c5612f
Octal42523531423401030514157
Binary100101010101110101111000101110001000110001011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04AAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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