Html Css Color HEX #03AAF2 Deep Sky Blue

📋 copy color: '#03AAF2'

red 3 ◦ green 170 ◦ blue 242

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

Shades of Deep Sky Blue #03AAF2

Tints of Deep Sky Blue #03AAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 58.31%

R = 0.72%
G = 40.96%
B = 58.31%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#03AAF2 (or 0x03AAF2) is known color: Deep Sky Blue. HEX triplet: 03, AA and F2. RGB value is (3,170,242). Sum of RGB (Red+Green+Blue) = 3+170+242=415 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 242 (94.92% from 255 or 58.31% from 415); Max value from RGB is 242 - color contains mainly: blue. Hex color #03AAF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03AAF2 is #FC550D. Grayscale: #7F7F7F. Windows color (decimal): -16536846 or 15903235. OLE color: 15903235.

HSL color Cylindrical-coordinate representation of color #03AAF2: hue angle of 198.08º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03AAF2 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 3 170 242 -
CMYK 0.99 0.30 0 0.05
HSL 198.08º 0.98% 0.48% -
HSV(B) 198.08º 0.99% 0.95% -
XYZ 30.44 35.18 89.19 -
YUV 128.28 192.17 38.65 -
System Red Green Blue C M Y K H S L
Decimal 3 170 242 0.99 0.30 0 0.05 198.08 0.98 0.48
Hex 3 AA F2 63 1E 0 5 C6 62 30
Octal 3 252 362 143 36 0 5 306 142 60
Binary 11 10101010 11110010 1100011 11110 0 101 11000110 1100010 110000

Color Harmonies of #03AAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AAF2

Black with #03AAF2

Text Example


Text Example

White with #03AAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03AAF2;
 }
 .AnyTagClassName
 {
   color: #03AAF2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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