#03A6F5

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

Shades of Deep Sky Blue #03A6F5

Tints of Deep Sky Blue #03A6F5

Color information

#03A6F5 (or 0x03A6F5) is unknown color: approx Deep Sky Blue. HEX triplet: 03, A6 and F5. RGB value is (3,166,245). Sum of RGB (Red+Green+Blue) = 3+166+245=414 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 245 (96.09% from 255 or 59.18% from 414); Max value from RGB is 245 - color contains mainly: blue. Hex color #03A6F5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03A6F5 is #FC590A. Grayscale: #7D7D7D. Windows color (decimal): -16537867 or 16098819. OLE color: 16098819.

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

Color convert

RGB3166245-
CMYK0.990.3200.04
HSL199.59º97.58%48.63%-
HSV(B)199.59º98.78%96.08%-
XYZ30.1633.8891.34-
YUV126.2719540.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.72%
GREEN value IS 166 (65.23% from 255) = 40.10%
BLUE value IS 245 (96.09% from 255) = 59.18%
R=0.72%
G=40.10%
B=59.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal31662450.990.3200.04199.5997.5848.63
Hex3A6F5632004c86231
Octal3246365143400431014261
Binary11101001101111010111000111000000100110010001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A6F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,166,245); }

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

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

 a { background-color: rgb(3,166,245); }

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

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

 span { border-color: rgb(3,166,245); }

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