#01C9F0

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

Shades of Deep Sky Blue #01C9F0

Tints of Deep Sky Blue #01C9F0

Color information

#01C9F0 (or 0x01C9F0) is unknown color: approx Deep Sky Blue. HEX triplet: 01, C9 and F0. RGB value is (1,201,240). Sum of RGB (Red+Green+Blue) = 1+201+240=442 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 240 (94.14% from 255 or 54.30% from 442); Max value from RGB is 240 - color contains mainly: blue. Hex color #01C9F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01C9F0 is #FE360F. Grayscale: #919191. Windows color (decimal): -16659984 or 15780097. OLE color: 15780097.

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

Color convert

RGB1201240-
CMYK1.000.1600.06
HSL189.79º99.17%47.25%-
HSV(B)189.79º99.58%94.12%-
XYZ36.6348.0789.79-
YUV145.65181.2424.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.23%
GREEN value IS 201 (78.91% from 255) = 45.48%
BLUE value IS 240 (94.14% from 255) = 54.30%
R=0.23%
G=45.48%
B=54.30%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal12012401.000.1600.06189.7999.1747.25
Hex1C9F0641006be632f
Octal1311360144200627614357
Binary111001001111100001100100100000110101111101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01C9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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