#03AAFF

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

Shades of Deep Sky Blue #03AAFF

Tints of Deep Sky Blue #03AAFF

Color information

#03AAFF (or 0x03AAFF) is unknown color: approx Deep Sky Blue. HEX triplet: 03, AA and FF. RGB value is (3,170,255). Sum of RGB (Red+Green+Blue) = 3+170+255=428 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #03AAFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03AAFF is #FC5500. Grayscale: #818181. Windows color (decimal): -16536833 or 16755203. OLE color: 16755203.

HSL color Cylindrical-coordinate representation of color #03AAFF: hue angle of 200.24º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03AAFF is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB3170255-
CMYK0.990.3300
HSL200.24º100%50.59%-
HSV(B)200.24º98.82%100%-
XYZ32.4635.9999.84-
YUV129.76198.6737.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.70%
GREEN value IS 170 (66.80% from 255) = 39.72%
BLUE value IS 255 (100% from 255) = 59.58%
R=0.70%
G=39.72%
B=59.58%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal31702550.990.3300200.2410050.59
Hex3AAFF632100c86433
Octal3252377143410031014463
Binary111010101011111111110001110000100110010001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03AAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03AAFF; }

 p { color: rgb(3,170,255); }

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

<style>
 a { background-color: #03AAFF; }

 a { background-color: rgb(3,170,255); }

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

<style>
 span { border-color: #03AAFF; }

 span { border-color: rgb(3,170,255); }

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