Html Css Color HEX #03AAEC Deep Sky Blue

📋 copy color: '#03AAEC'

red 3 ◦ green 170 ◦ blue 236

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

Shades of Deep Sky Blue #03AAEC

Tints of Deep Sky Blue #03AAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 57.7%

R = 0.73%
G = 41.56%
B = 57.7%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#03AAEC (or 0x03AAEC) is known color: Deep Sky Blue. HEX triplet: 03, AA and EC. RGB value is (3,170,236). Sum of RGB (Red+Green+Blue) = 3+170+236=409 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #03AAEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03AAEC is #FC5513. Grayscale: #7F7F7F. Windows color (decimal): -16536852 or 15510019. OLE color: 15510019.

HSL color Cylindrical-coordinate representation of color #03AAEC: hue angle of 197º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03AAEC is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 170 236 -
CMYK 0.99 0.28 0 0.07
HSL 197º 0.97% 0.47% -
HSV(B) 197º 0.99% 0.93% -
XYZ 29.55 34.82 84.52 -
YUV 127.59 189.17 39.13 -
System Red Green Blue C M Y K H S L
Decimal 3 170 236 0.99 0.28 0 0.07 197 0.97 0.47
Hex 3 AA EC 63 1C 0 7 C5 61 2F
Octal 3 252 354 143 34 0 7 305 141 57
Binary 11 10101010 11101100 1100011 11100 0 111 11000101 1100001 101111

Color Harmonies of #03AAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AAEC

Black with #03AAEC

Text Example


Text Example

White with #03AAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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