#01C6F0

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

Shades of Deep Sky Blue #01C6F0

Tints of Deep Sky Blue #01C6F0

Color information

#01C6F0 (or 0x01C6F0) is unknown color: approx Deep Sky Blue. HEX triplet: 01, C6 and F0. RGB value is (1,198,240). Sum of RGB (Red+Green+Blue) = 1+198+240=439 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 439); Green value is 198 (77.73% from 255 or 45.10% from 439); Blue value is 240 (94.14% from 255 or 54.67% from 439); Max value from RGB is 240 - color contains mainly: blue. Hex color #01C6F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01C6F0 is #FE390F. Grayscale: #8F8F8F. Windows color (decimal): -16660752 or 15779329. OLE color: 15779329.

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

Color convert

RGB1198240-
CMYK1.000.1800.06
HSL190.54º99.17%47.25%-
HSV(B)190.54º99.58%94.12%-
XYZ35.9346.6989.56-
YUV143.88182.2326.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.23%
GREEN value IS 198 (77.73% from 255) = 45.10%
BLUE value IS 240 (94.14% from 255) = 54.67%
R=0.23%
G=45.10%
B=54.67%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal11982401.000.1800.06190.5499.1747.25
Hex1C6F0641206bf632f
Octal1306360144220627714357
Binary111000110111100001100100100100110101111111100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01C6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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