#01D8F3

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

Shades of Deep Sky Blue #01D8F3

Tints of Deep Sky Blue #01D8F3

Color information

#01D8F3 (or 0x01D8F3) is unknown color: approx Deep Sky Blue. HEX triplet: 01, D8 and F3. RGB value is (1,216,243). Sum of RGB (Red+Green+Blue) = 1+216+243=460 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 243 (95.31% from 255 or 52.83% from 460); Max value from RGB is 243 - color contains mainly: blue. Hex color #01D8F3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01D8F3 is #FE270C. Grayscale: #9A9A9A. Windows color (decimal): -16656141 or 15980545. OLE color: 15980545.

HSL color Cylindrical-coordinate representation of color #01D8F3: hue angle of 186.69º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D8F3 is Cyan = 1.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB1216243-
CMYK1.000.1100.05
HSL186.69º99.18%47.84%-
HSV(B)186.69º99.59%95.29%-
XYZ40.7555.5993.38-
YUV154.79177.7718.3-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.22%
GREEN value IS 216 (84.77% from 255) = 46.96%
BLUE value IS 243 (95.31% from 255) = 52.83%
R=0.22%
G=46.96%
B=52.83%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal12162431.000.1100.05186.6999.1847.84
Hex1D8F364B05bb6330
Octal1330363144130527314360
Binary11101100011110011110010010110101101110111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01D8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,216,243); }

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

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

 a { background-color: rgb(1,216,243); }

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

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

 span { border-color: rgb(1,216,243); }

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