Html Css Color HEX #03AEE5 Deep Sky Blue

📋 copy color: '#03AEE5'

red 3 ◦ green 174 ◦ blue 229

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

Shades of Deep Sky Blue #03AEE5

Tints of Deep Sky Blue #03AEE5

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.86%

 BLUE value IS 229 (89.84% from 255) = 56.4%

R = 0.74%
G = 42.86%
B = 56.4%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#03AEE5 (or 0x03AEE5) is known color: Deep Sky Blue. HEX triplet: 03, AE and E5. RGB value is (3,174,229). Sum of RGB (Red+Green+Blue) = 3+174+229=406 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 229 (89.84% from 255 or 56.40% from 406); Max value from RGB is 229 - color contains mainly: blue. Hex color #03AEE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03AEE5 is #FC511A. Grayscale: #808080. Windows color (decimal): -16535835 or 15052291. OLE color: 15052291.

HSL color Cylindrical-coordinate representation of color #03AEE5: hue angle of 194.6º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03AEE5 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 3 174 229 -
CMYK 0.99 0.24 0 0.10
HSL 194.6º 0.97% 0.45% -
HSV(B) 194.6º 0.99% 0.9% -
XYZ 29.32 35.95 79.52 -
YUV 129.14 184.35 38.03 -
System Red Green Blue C M Y K H S L
Decimal 3 174 229 0.99 0.24 0 0.10 194.6 0.97 0.45
Hex 3 AE E5 63 18 0 A C3 61 2D
Octal 3 256 345 143 30 0 12 303 141 55
Binary 11 10101110 11100101 1100011 11000 0 1010 11000011 1100001 101101

Color Harmonies of #03AEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AEE5

Black with #03AEE5

Text Example


Text Example

White with #03AEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,174,229); }

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

background-color css

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

 a { background-color: rgb(3,174,229); }

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

border-color css

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

 span { border-color: rgb(3,174,229); }

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