Html Css Color HEX #03ADFD Deep Sky Blue

📋 copy color: '#03ADFD'

red 3 ◦ green 173 ◦ blue 253

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

Shades of Deep Sky Blue #03ADFD

Tints of Deep Sky Blue #03ADFD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.33%

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

R = 0.7%
G = 40.33%
B = 58.97%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#03ADFD (or 0x03ADFD) is known color: Deep Sky Blue. HEX triplet: 03, AD and FD. RGB value is (3,173,253). Sum of RGB (Red+Green+Blue) = 3+173+253=429 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 253 (99.22% from 255 or 58.97% from 429); Max value from RGB is 253 - color contains mainly: blue. Hex color #03ADFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03ADFD is #FC5202. Grayscale: #828282. Windows color (decimal): -16536067 or 16624899. OLE color: 16624899.

HSL color Cylindrical-coordinate representation of color #03ADFD: hue angle of 199.2º 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 #03ADFD is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 3 173 253 -
CMYK 0.99 0.32 0 0.01
HSL 199.2º 0.98% 0.5% -
HSV(B) 199.2º 0.99% 0.99% -
XYZ 32.71 37 98.35 -
YUV 131.29 196.68 36.5 -
System Red Green Blue C M Y K H S L
Decimal 3 173 253 0.99 0.32 0 0.01 199.2 0.98 0.5
Hex 3 AD FD 63 20 0 1 C7 62 32
Octal 3 255 375 143 40 0 1 307 142 62
Binary 11 10101101 11111101 1100011 100000 0 1 11000111 1100010 110010

Color Harmonies of #03ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03ADFD

Black with #03ADFD

Text Example


Text Example

White with #03ADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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