#03a1fe

Color #03A1FE Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #03A1FE

Tints of Deep Sky Blue #03A1FE

Color information

#03A1FE (or 0x03A1FE) is unknown color: approx Deep Sky Blue. HEX triplet: 03, A1 and FE. RGB value is (3,161,254). Sum of RGB (Red+Green+Blue) = 3+161+254=418 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #03A1FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03A1FE is #FC5E01. Grayscale: #7B7B7B. Windows color (decimal): -16539138 or 16687363. OLE color: 16687363.

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

Color convert

RGB3161254-
CMYK0.990.3700.00
HSL202.23º99.21%50.39%-
HSV(B)202.23º98.82%99.61%-
XYZ30.6732.6698.45-
YUV124.36201.1541.44-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.72%
GREEN value IS 161 (63.28% from 255) = 38.52%
BLUE value IS 254 (99.61% from 255) = 60.77%
R=0.72%
G=38.52%
B=60.77%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal31612540.990.3700.00202.2399.2150.39
Hex3A1FE632500ca6332
Octal3241376143450031214362
Binary111010000111111110110001110010100110010101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03a1fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #03a1fe;
 }
 .AnyTagClassName
 {
   color: #03a1fe;
 }
</style>
background-color css

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

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

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

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

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

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