Html Css Color HEX #03AAEE Deep Sky Blue

📋 copy color: '#03AAEE'

red 3 ◦ green 170 ◦ blue 238

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

Shades of Deep Sky Blue #03AAEE

Tints of Deep Sky Blue #03AAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 57.91%

R = 0.73%
G = 41.36%
B = 57.91%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#03AAEE (or 0x03AAEE) is known color: Deep Sky Blue. HEX triplet: 03, AA and EE. RGB value is (3,170,238). Sum of RGB (Red+Green+Blue) = 3+170+238=411 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 238 (93.36% from 255 or 57.91% from 411); Max value from RGB is 238 - color contains mainly: blue. Hex color #03AAEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03AAEE is #FC5511. Grayscale: #7F7F7F. Windows color (decimal): -16536850 or 15641091. OLE color: 15641091.

HSL color Cylindrical-coordinate representation of color #03AAEE: hue angle of 197.36º degrees, saturation: 0.98, 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 #03AAEE is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 170 238 -
CMYK 0.99 0.29 0 0.07
HSL 197.36º 0.98% 0.47% -
HSV(B) 197.36º 0.99% 0.93% -
XYZ 29.84 34.94 86.06 -
YUV 127.82 190.17 38.97 -
System Red Green Blue C M Y K H S L
Decimal 3 170 238 0.99 0.29 0 0.07 197.36 0.98 0.47
Hex 3 AA EE 63 1D 0 7 C5 62 2F
Octal 3 252 356 143 35 0 7 305 142 57
Binary 11 10101010 11101110 1100011 11101 0 111 11000101 1100010 101111

Color Harmonies of #03AAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AAEE

Black with #03AAEE

Text Example


Text Example

White with #03AAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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