Html Css Color HEX #03A1FC Deep Sky Blue

📋 copy color: '#03A1FC'

red 3 ◦ green 161 ◦ blue 252

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

Shades of Deep Sky Blue #03A1FC

Tints of Deep Sky Blue #03A1FC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.7%

 BLUE value IS 252 (98.83% from 255) = 60.58%

R = 0.72%
G = 38.7%
B = 60.58%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#03A1FC (or 0x03A1FC) is known color: Deep Sky Blue. HEX triplet: 03, A1 and FC. RGB value is (3,161,252). Sum of RGB (Red+Green+Blue) = 3+161+252=416 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #03A1FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03A1FC is #FC5E03. Grayscale: #7B7B7B. Windows color (decimal): -16539140 or 16556291. OLE color: 16556291.

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

Color convert

RGB 3 161 252 -
CMYK 0.99 0.36 0 0.01
HSL 201.93º 0.98% 0.5% -
HSV(B) 201.93º 0.99% 0.99% -
XYZ 30.35 32.54 96.78 -
YUV 124.13 200.15 41.6 -
System Red Green Blue C M Y K H S L
Decimal 3 161 252 0.99 0.36 0 0.01 201.93 0.98 0.5
Hex 3 A1 FC 63 24 0 1 CA 62 32
Octal 3 241 374 143 44 0 1 312 142 62
Binary 11 10100001 11111100 1100011 100100 0 1 11001010 1100010 110010

Color Harmonies of #03A1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A1FC

Black with #03A1FC

Text Example


Text Example

White with #03A1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,161,252); }

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

background-color css

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

 a { background-color: rgb(3,161,252); }

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

border-color css

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

 span { border-color: rgb(3,161,252); }

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