#F8FEFF

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

Shades of Azure #F8FEFF

Tints of Azure #F8FEFF

Color information

#F8FEFF (or 0xF8FEFF) is unknown color: approx Azure. HEX triplet: F8, FE and FF. RGB value is (248,254,255). Sum of RGB (Red+Green+Blue) = 248+254+255=757 (100% of max value = 765). Red value is 248 (97.27% from 255 or 32.76% from 757); Green value is 254 (99.61% from 255 or 33.55% from 757); Blue value is 255 (100% from 255 or 33.69% from 757); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8FEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8FEFF is #070100. Grayscale: #FCFCFC. Windows color (decimal): -459009 or 16776952. OLE color: 16776952.

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

Color convert

RGB248254255-
CMYK0.030.0000
HSL188.57º100%98.63%-
HSV(B)188.57º2.75%100%-
XYZ92.298.06108.68-
YUV252.32129.51124.92-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 32.76%
GREEN value IS 254 (99.61% from 255) = 33.55%
BLUE value IS 255 (100% from 255) = 33.69%
R=32.76%
G=33.55%
B=33.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2482542550.030.0000188.5710098.63
HexF8FEFF3000bd6463
Octal3703763773000275144143
Binary111110001111111011111111110001011110111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FEFF; }

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

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

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

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

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

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

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

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