Html Css Color HEX #03AEFD Deep Sky Blue

📋 copy color: '#03AEFD'

red 3 ◦ green 174 ◦ blue 253

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

Shades of Deep Sky Blue #03AEFD

Tints of Deep Sky Blue #03AEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.84%

R = 0.7%
G = 40.47%
B = 58.84%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#03AEFD (or 0x03AEFD) is known color: Deep Sky Blue. HEX triplet: 03, AE and FD. RGB value is (3,174,253). Sum of RGB (Red+Green+Blue) = 3+174+253=430 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #03AEFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03AEFD is #FC5102. Grayscale: #838383. Windows color (decimal): -16535811 or 16625155. OLE color: 16625155.

HSL color Cylindrical-coordinate representation of color #03AEFD: hue angle of 198.96º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03AEFD is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 3 174 253 -
CMYK 0.99 0.31 0 0.01
HSL 198.96º 0.98% 0.5% -
HSV(B) 198.96º 0.99% 0.99% -
XYZ 32.9 37.38 98.41 -
YUV 131.88 196.35 36.08 -
System Red Green Blue C M Y K H S L
Decimal 3 174 253 0.99 0.31 0 0.01 198.96 0.98 0.5
Hex 3 AE FD 63 1F 0 1 C7 62 32
Octal 3 256 375 143 37 0 1 307 142 62
Binary 11 10101110 11111101 1100011 11111 0 1 11000111 1100010 110010

Color Harmonies of #03AEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AEFD

Black with #03AEFD

Text Example


Text Example

White with #03AEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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