Html Css Color HEX #03D5FD Deep Sky Blue

📋 copy color: '#03D5FD'

red 3 ◦ green 213 ◦ blue 253

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

Shades of Deep Sky Blue #03D5FD

Tints of Deep Sky Blue #03D5FD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.42%

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

R = 0.64%
G = 45.42%
B = 53.94%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#03D5FD (or 0x03D5FD) is known color: Deep Sky Blue. HEX triplet: 03, D5 and FD. RGB value is (3,213,253). Sum of RGB (Red+Green+Blue) = 3+213+253=469 (62% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #03D5FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03D5FD is #FC2A02. Grayscale: #9A9A9A. Windows color (decimal): -16525827 or 16635139. OLE color: 16635139.

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

Color convert

RGB 3 213 253 -
CMYK 0.99 0.16 0 0.01
HSL 189.6º 0.98% 0.5% -
HSV(B) 189.6º 0.99% 0.99% -
XYZ 41.56 54.7 101.3 -
YUV 154.77 183.43 19.75 -
System Red Green Blue C M Y K H S L
Decimal 3 213 253 0.99 0.16 0 0.01 189.6 0.98 0.5
Hex 3 D5 FD 63 10 0 1 BE 62 32
Octal 3 325 375 143 20 0 1 276 142 62
Binary 11 11010101 11111101 1100011 10000 0 1 10111110 1100010 110010

Color Harmonies of #03D5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D5FD

Black with #03D5FD

Text Example


Text Example

White with #03D5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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