Html Css Color HEX #03D3FA Deep Sky Blue

📋 copy color: '#03D3FA'

red 3 ◦ green 211 ◦ blue 250

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

Shades of Deep Sky Blue #03D3FA

Tints of Deep Sky Blue #03D3FA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.47%

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

R = 0.65%
G = 45.47%
B = 53.88%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#03D3FA (or 0x03D3FA) is known color: Deep Sky Blue. HEX triplet: 03, D3 and FA. RGB value is (3,211,250). Sum of RGB (Red+Green+Blue) = 3+211+250=464 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #03D3FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03D3FA is #FC2C05. Grayscale: #989898. Windows color (decimal): -16526342 or 16438019. OLE color: 16438019.

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

Color convert

RGB 3 211 250 -
CMYK 0.99 0.16 0 0.02
HSL 189.47º 0.98% 0.5% -
HSV(B) 189.47º 0.99% 0.98% -
XYZ 40.59 53.51 98.63 -
YUV 153.25 182.59 20.83 -
System Red Green Blue C M Y K H S L
Decimal 3 211 250 0.99 0.16 0 0.02 189.47 0.98 0.5
Hex 3 D3 FA 63 10 0 2 BD 62 32
Octal 3 323 372 143 20 0 2 275 142 62
Binary 11 11010011 11111010 1100011 10000 0 10 10111101 1100010 110010

Color Harmonies of #03D3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D3FA

Black with #03D3FA

Text Example


Text Example

White with #03D3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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