#1FC9FF

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

Shades of Deep Sky Blue #1FC9FF

Tints of Deep Sky Blue #1FC9FF

Color information

#1FC9FF (or 0x1FC9FF) is unknown color: approx Deep Sky Blue. HEX triplet: 1F, C9 and FF. RGB value is (31,201,255). Sum of RGB (Red+Green+Blue) = 31+201+255=487 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.37% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FC9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FC9FF is #E03600. Grayscale: #9B9B9B. Windows color (decimal): -14693889 or 16763167. OLE color: 16763167.

HSL color Cylindrical-coordinate representation of color #1FC9FF: hue angle of 194.46º 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 #1FC9FF is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB31201255-
CMYK0.880.2100
HSL194.46º100%56.08%-
HSV(B)194.46º87.84%100%-
XYZ39.549.28102.04-
YUV156.33183.6838.61-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.37%
GREEN value IS 201 (78.91% from 255) = 41.27%
BLUE value IS 255 (100% from 255) = 52.36%
R=6.37%
G=41.27%
B=52.36%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal312012550.880.2100194.4610056.08
Hex1FC9FF581500c26438
Octal37311377130250030214470
Binary11111110010011111111110110001010100110000101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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