#1FCCFE

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

Shades of Deep Sky Blue #1FCCFE

Tints of Deep Sky Blue #1FCCFE

Color information

#1FCCFE (or 0x1FCCFE) is unknown color: approx Deep Sky Blue. HEX triplet: 1F, CC and FE. RGB value is (31,204,254). Sum of RGB (Red+Green+Blue) = 31+204+254=489 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.34% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #1FCCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FCCFE is #E03301. Grayscale: #9D9D9D. Windows color (decimal): -14693122 or 16698399. OLE color: 16698399.

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

Color convert

RGB31204254-
CMYK0.880.2000.00
HSL193.45º99.11%55.88%-
HSV(B)193.45º87.8%99.61%-
XYZ40.0550.63101.43-
YUV157.97182.1937.43-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.34%
GREEN value IS 204 (80.08% from 255) = 41.72%
BLUE value IS 254 (99.61% from 255) = 51.94%
R=6.34%
G=41.72%
B=51.94%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal312042540.880.2000.00193.4599.1155.88
Hex1FCCFE581400c16338
Octal37314376130240030114370
Binary11111110011001111111010110001010000110000011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FCCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,204,254); }

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

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

 a { background-color: rgb(31,204,254); }

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

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

 span { border-color: rgb(31,204,254); }

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