#03A9F8

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

Shades of Deep Sky Blue #03A9F8

Tints of Deep Sky Blue #03A9F8

Color information

#03A9F8 (or 0x03A9F8) is unknown color: approx Deep Sky Blue. HEX triplet: 03, A9 and F8. RGB value is (3,169,248). Sum of RGB (Red+Green+Blue) = 3+169+248=420 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 248 (97.27% from 255 or 59.05% from 420); Max value from RGB is 248 - color contains mainly: blue. Hex color #03A9F8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03A9F8 is #FC5607. Grayscale: #7F7F7F. Windows color (decimal): -16537096 or 16296195. OLE color: 16296195.

HSL color Cylindrical-coordinate representation of color #03A9F8: hue angle of 199.35º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A9F8 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB3169248-
CMYK0.990.3200.03
HSL199.35º97.61%49.22%-
HSV(B)199.35º98.79%97.25%-
XYZ31.1735.1793.95-
YUV128.37195.538.58-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.71%
GREEN value IS 169 (66.41% from 255) = 40.24%
BLUE value IS 248 (97.27% from 255) = 59.05%
R=0.71%
G=40.24%
B=59.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal31692480.990.3200.03199.3597.6149.22
Hex3A9F8632003c76231
Octal3251370143400330714261
Binary1110101001111110001100011100000011110001111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A9F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,169,248); }

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

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

 a { background-color: rgb(3,169,248); }

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

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

 span { border-color: rgb(3,169,248); }

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