#F1FCFF

Color #F1FCFF Azure (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Azure #F1FCFF

Tints of Azure #F1FCFF

Color information

#F1FCFF (or 0xF1FCFF) is unknown color: approx Azure. HEX triplet: F1, FC and FF. RGB value is (241,252,255). Sum of RGB (Red+Green+Blue) = 241+252+255=748 (99% of max value = 765). Red value is 241 (94.53% from 255 or 32.22% from 748); Green value is 252 (98.83% from 255 or 33.69% from 748); Blue value is 255 (100% from 255 or 34.09% from 748); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1FCFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FCFF is #0E0300. Grayscale: #F9F9F9. Windows color (decimal): -918273 or 16776433. OLE color: 16776433.

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

Color convert

RGB241252255-
CMYK0.050.0100
HSL192.86º100%97.25%-
HSV(B)192.86º5.49%100%-
XYZ89.1495.54108.35-
YUV249.05131.36122.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.22%
GREEN value IS 252 (98.83% from 255) = 33.69%
BLUE value IS 255 (100% from 255) = 34.09%
R=32.22%
G=33.69%
B=34.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2412522550.050.0100192.8610097.25
HexF1FCFF5100c16461
Octal3613743775100301144141
Binary1111000111111100111111111011001100000111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FCFF; }

 p { color: rgb(241,252,255); }

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

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

 a { background-color: rgb(241,252,255); }

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

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

 span { border-color: rgb(241,252,255); }

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