#01A7FD

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

Shades of Deep Sky Blue #01A7FD

Tints of Deep Sky Blue #01A7FD

Color information

#01A7FD (or 0x01A7FD) is unknown color: approx Deep Sky Blue. HEX triplet: 01, A7 and FD. RGB value is (1,167,253). Sum of RGB (Red+Green+Blue) = 1+167+253=421 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #01A7FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01A7FD is #FE5802. Grayscale: #7E7E7E. Windows color (decimal): -16668675 or 16623361. OLE color: 16623361.

HSL color Cylindrical-coordinate representation of color #01A7FD: hue angle of 200.48º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01A7FD is Cyan = 1.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB1167253-
CMYK1.000.3400.01
HSL200.48º99.21%49.8%-
HSV(B)200.48º99.6%99.22%-
XYZ31.5634.7497.97-
YUV127.1719938.01-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.24%
GREEN value IS 167 (65.62% from 255) = 39.67%
BLUE value IS 253 (99.22% from 255) = 60.10%
R=0.24%
G=39.67%
B=60.10%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal11672531.000.3400.01200.4899.2149.8
Hex1A7FD642201c86332
Octal1247375144420131014362
Binary11010011111111101110010010001001110010001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,167,253); }

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

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

 a { background-color: rgb(1,167,253); }

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

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

 span { border-color: rgb(1,167,253); }

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