#1fc7ff

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

Shades of Deep Sky Blue #1FC7FF

Tints of Deep Sky Blue #1FC7FF

Color information

#1FC7FF (or 0x1FC7FF) is unknown color: approx Deep Sky Blue. HEX triplet: 1F, C7 and FF. RGB value is (31,199,255). Sum of RGB (Red+Green+Blue) = 31+199+255=485 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.39% from 485); Green value is 199 (78.12% from 255 or 41.03% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FC7FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FC7FF is #E03800. Grayscale: #9A9A9A. Windows color (decimal): -14694401 or 16762655. OLE color: 16762655.

HSL color Cylindrical-coordinate representation of color #1FC7FF: hue angle of 195º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FC7FF is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB31199255-
CMYK0.880.2200
HSL195º100%56.08%-
HSV(B)195º87.84%100%-
XYZ39.0448.36101.88-
YUV155.15184.3439.45-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.39%
GREEN value IS 199 (78.12% from 255) = 41.03%
BLUE value IS 255 (100% from 255) = 52.58%
R=6.39%
G=41.03%
B=52.58%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal311992550.880.220019510056.08
Hex1FC7FF581600c36438
Octal37307377130260030314470
Binary11111110001111111111110110001011000110000111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fc7ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1fc7ff; }

 p { color: rgb(31,199,255); }

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

<style>
 a { background-color: #1fc7ff; }

 a { background-color: rgb(31,199,255); }

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

<style>
 span { border-color: #1fc7ff; }

 span { border-color: rgb(31,199,255); }

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