Html Css Color HEX #03AEEA Deep Sky Blue

📋 copy color: '#03AEEA'

red 3 ◦ green 174 ◦ blue 234

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

Shades of Deep Sky Blue #03AEEA

Tints of Deep Sky Blue #03AEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 56.93%

R = 0.73%
G = 42.34%
B = 56.93%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#03AEEA (or 0x03AEEA) is known color: Deep Sky Blue. HEX triplet: 03, AE and EA. RGB value is (3,174,234). Sum of RGB (Red+Green+Blue) = 3+174+234=411 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 234 (91.80% from 255 or 56.93% from 411); Max value from RGB is 234 - color contains mainly: blue. Hex color #03AEEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03AEEA is #FC5115. Grayscale: #818181. Windows color (decimal): -16535830 or 15379971. OLE color: 15379971.

HSL color Cylindrical-coordinate representation of color #03AEEA: hue angle of 195.58º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03AEEA is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 3 174 234 -
CMYK 0.99 0.26 0 0.08
HSL 195.58º 0.97% 0.46% -
HSV(B) 195.58º 0.99% 0.92% -
XYZ 30.02 36.23 83.25 -
YUV 129.71 186.85 37.62 -
System Red Green Blue C M Y K H S L
Decimal 3 174 234 0.99 0.26 0 0.08 195.58 0.97 0.46
Hex 3 AE EA 63 1A 0 8 C4 61 2E
Octal 3 256 352 143 32 0 10 304 141 56
Binary 11 10101110 11101010 1100011 11010 0 1000 11000100 1100001 101110

Color Harmonies of #03AEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AEEA

Black with #03AEEA

Text Example


Text Example

White with #03AEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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