Html Css Color HEX #03AAFF Deep Sky Blue

📋 copy color: '#03AAFF'

red 3 ◦ green 170 ◦ blue 255

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

Shades of Deep Sky Blue #03AAFF

Tints of Deep Sky Blue #03AAFF

RGB

 RED value IS 3 (1.56% from 255) = 0.7%

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

 BLUE value IS 255 (100% from 255) = 59.58%

R = 0.7%
G = 39.72%
B = 59.58%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#03AAFF (or 0x03AAFF) is known color: 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

RGB 3 170 255 -
CMYK 0.99 0.33 0 0
HSL 200.24º 1% 0.51% -
HSV(B) 200.24º 0.99% 1% -
XYZ 32.46 35.99 99.84 -
YUV 129.76 198.67 37.59 -
System Red Green Blue C M Y K H S L
Decimal 3 170 255 0.99 0.33 0 0 200.24 1 0.51
Hex 3 AA FF 63 21 0 0 C8 64 33
Octal 3 252 377 143 41 0 0 310 144 63
Binary 11 10101010 11111111 1100011 100001 0 0 11001000 1100100 110011

Color Harmonies of #03AAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AAFF

Black with #03AAFF

Text Example


Text Example

White with #03AAFF

Text Example


Text Example

HTML Codes & Css Web 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>