#01A0F0

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

Shades of Deep Sky Blue #01A0F0

Tints of Deep Sky Blue #01A0F0

Color information

#01A0F0 (or 0x01A0F0) is unknown color: approx Deep Sky Blue. HEX triplet: 01, A0 and F0. RGB value is (1,160,240). Sum of RGB (Red+Green+Blue) = 1+160+240=401 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 240 (94.14% from 255 or 59.85% from 401); Max value from RGB is 240 - color contains mainly: blue. Hex color #01A0F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01A0F0 is #FE5F0F. Grayscale: #797979. Windows color (decimal): -16670480 or 15769601. OLE color: 15769601.

HSL color Cylindrical-coordinate representation of color #01A0F0: hue angle of 200.08º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01A0F0 is Cyan = 1.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1160240-
CMYK1.000.3300.06
HSL200.08º99.17%47.25%-
HSV(B)200.08º99.58%94.12%-
XYZ28.3131.4487.01-
YUV121.58194.8242-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.25%
GREEN value IS 160 (62.89% from 255) = 39.90%
BLUE value IS 240 (94.14% from 255) = 59.85%
R=0.25%
G=39.90%
B=59.85%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal11602401.000.3300.06200.0899.1747.25
Hex1A0F0642106c8632f
Octal1240360144410631014357
Binary1101000001111000011001001000010110110010001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,160,240); }

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

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

 a { background-color: rgb(1,160,240); }

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

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

 span { border-color: rgb(1,160,240); }

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