Html Css Color HEX #03D9FA Deep Sky Blue

📋 copy color: '#03D9FA'

red 3 ◦ green 217 ◦ blue 250

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

Shades of Deep Sky Blue #03D9FA

Tints of Deep Sky Blue #03D9FA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.17%

 BLUE value IS 250 (98.05% from 255) = 53.19%

R = 0.64%
G = 46.17%
B = 53.19%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#03D9FA (or 0x03D9FA) is known color: Deep Sky Blue. HEX triplet: 03, D9 and FA. RGB value is (3,217,250). Sum of RGB (Red+Green+Blue) = 3+217+250=470 (62% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 470); Green value is 217 (85.16% from 255 or 46.17% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #03D9FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03D9FA is #FC2605. Grayscale: #9C9C9C. Windows color (decimal): -16524806 or 16439555. OLE color: 16439555.

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

Color convert

RGB 3 217 250 -
CMYK 0.99 0.13 0 0.02
HSL 188.02º 0.98% 0.5% -
HSV(B) 188.02º 0.99% 0.98% -
XYZ 42.11 56.55 99.14 -
YUV 156.78 180.6 18.32 -
System Red Green Blue C M Y K H S L
Decimal 3 217 250 0.99 0.13 0 0.02 188.02 0.98 0.5
Hex 3 D9 FA 63 D 0 2 BC 62 32
Octal 3 331 372 143 15 0 2 274 142 62
Binary 11 11011001 11111010 1100011 1101 0 10 10111100 1100010 110010

Color Harmonies of #03D9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D9FA

Black with #03D9FA

Text Example


Text Example

White with #03D9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,217,250); }

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

background-color css

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

 a { background-color: rgb(3,217,250); }

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

border-color css

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

 span { border-color: rgb(3,217,250); }

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