#01D5FD

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

Shades of Deep Sky Blue #01D5FD

Tints of Deep Sky Blue #01D5FD

Color information

#01D5FD (or 0x01D5FD) is unknown color: approx Deep Sky Blue. HEX triplet: 01, D5 and FD. RGB value is (1,213,253). Sum of RGB (Red+Green+Blue) = 1+213+253=467 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #01D5FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01D5FD is #FE2A02. Grayscale: #999999. Windows color (decimal): -16656899 or 16635137. OLE color: 16635137.

HSL color Cylindrical-coordinate representation of color #01D5FD: hue angle of 189.52º 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 #01D5FD is Cyan = 1.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB1213253-
CMYK1.000.1600.01
HSL189.52º99.21%49.8%-
HSV(B)189.52º99.6%99.22%-
XYZ41.5454.69101.29-
YUV154.17183.7618.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.21%
GREEN value IS 213 (83.59% from 255) = 45.61%
BLUE value IS 253 (99.22% from 255) = 54.18%
R=0.21%
G=45.61%
B=54.18%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal12132531.000.1600.01189.5299.2149.8
Hex1D5FD641001be6332
Octal1325375144200127614362
Binary1110101011111110111001001000001101111101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01D5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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