#01C7F2

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

Shades of Deep Sky Blue #01C7F2

Tints of Deep Sky Blue #01C7F2

Color information

#01C7F2 (or 0x01C7F2) is unknown color: approx Deep Sky Blue. HEX triplet: 01, C7 and F2. RGB value is (1,199,242). Sum of RGB (Red+Green+Blue) = 1+199+242=442 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 442); Green value is 199 (78.12% from 255 or 45.02% from 442); Blue value is 242 (94.92% from 255 or 54.75% from 442); Max value from RGB is 242 - color contains mainly: blue. Hex color #01C7F2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01C7F2 is #FE380D. Grayscale: #909090. Windows color (decimal): -16660494 or 15910657. OLE color: 15910657.

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

Color convert

RGB1199242-
CMYK1.000.1800.05
HSL190.71º99.18%47.65%-
HSV(B)190.71º99.59%94.9%-
XYZ36.4647.2691.21-
YUV144.7182.925.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.23%
GREEN value IS 199 (78.12% from 255) = 45.02%
BLUE value IS 242 (94.92% from 255) = 54.75%
R=0.23%
G=45.02%
B=54.75%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal11992421.000.1800.05190.7199.1847.65
Hex1C7F2641205bf6330
Octal1307362144220527714360
Binary111000111111100101100100100100101101111111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01C7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,199,242); }

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

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

 a { background-color: rgb(1,199,242); }

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

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

 span { border-color: rgb(1,199,242); }

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