#F1FEFF

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

Shades of Azure #F1FEFF

Tints of Azure #F1FEFF

Color information

#F1FEFF (or 0xF1FEFF) is unknown color: approx Azure. HEX triplet: F1, FE and FF. RGB value is (241,254,255). Sum of RGB (Red+Green+Blue) = 241+254+255=750 (99% of max value = 765). Red value is 241 (94.53% from 255 or 32.13% from 750); Green value is 254 (99.61% from 255 or 33.87% from 750); Blue value is 255 (100% from 255 or 34% from 750); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1FEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FEFF is #0E0100. Grayscale: #FAFAFA. Windows color (decimal): -917761 or 16776945. OLE color: 16776945.

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

Color convert

RGB241254255-
CMYK0.050.0000
HSL184.29º100%97.25%-
HSV(B)184.29º5.49%100%-
XYZ89.7796.8108.56-
YUV250.23130.69121.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.13%
GREEN value IS 254 (99.61% from 255) = 33.87%
BLUE value IS 255 (100% from 255) = 34%
R=32.13%
G=33.87%
B=34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2412542550.050.0000184.2910097.25
HexF1FEFF5000b86461
Octal3613763775000270144141
Binary1111000111111110111111111010001011100011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FEFF; }

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

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

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

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

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

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

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

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