#01A2F8

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

Shades of Deep Sky Blue #01A2F8

Tints of Deep Sky Blue #01A2F8

Color information

#01A2F8 (or 0x01A2F8) is unknown color: approx Deep Sky Blue. HEX triplet: 01, A2 and F8. RGB value is (1,162,248). Sum of RGB (Red+Green+Blue) = 1+162+248=411 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 248 (97.27% from 255 or 60.34% from 411); Max value from RGB is 248 - color contains mainly: blue. Hex color #01A2F8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01A2F8 is #FE5D07. Grayscale: #7B7B7B. Windows color (decimal): -16669960 or 16294401. OLE color: 16294401.

HSL color Cylindrical-coordinate representation of color #01A2F8: hue angle of 200.89º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01A2F8 is Cyan = 1.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB1162248-
CMYK1.000.3500.03
HSL200.89º99.2%48.82%-
HSV(B)200.89º99.6%97.25%-
XYZ29.8832.6293.53-
YUV123.66198.1640.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.24%
GREEN value IS 162 (63.67% from 255) = 39.42%
BLUE value IS 248 (97.27% from 255) = 60.34%
R=0.24%
G=39.42%
B=60.34%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal11622481.000.3500.03200.8999.248.82
Hex1A2F8642303c96331
Octal1242370144430331114361
Binary110100010111110001100100100011011110010011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A2F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01A2F8; }

 p { color: rgb(1,162,248); }

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

<style>
 a { background-color: #01A2F8; }

 a { background-color: rgb(1,162,248); }

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

<style>
 span { border-color: #01A2F8; }

 span { border-color: rgb(1,162,248); }

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