#F5FEFF

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

Shades of Azure #F5FEFF

Tints of Azure #F5FEFF

Color information

#F5FEFF (or 0xF5FEFF) is unknown color: approx Azure. HEX triplet: F5, FE and FF. RGB value is (245,254,255). Sum of RGB (Red+Green+Blue) = 245+254+255=754 (99% of max value = 765). Red value is 245 (96.09% from 255 or 32.49% from 754); Green value is 254 (99.61% from 255 or 33.69% from 754); Blue value is 255 (100% from 255 or 33.82% from 754); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5FEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FEFF is #0A0100. Grayscale: #FBFBFB. Windows color (decimal): -655617 or 16776949. OLE color: 16776949.

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

Color convert

RGB245254255-
CMYK0.040.0000
HSL186º100%98.04%-
HSV(B)186º3.92%100%-
XYZ91.1597.52108.63-
YUV251.42130.02123.42-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 32.49%
GREEN value IS 254 (99.61% from 255) = 33.69%
BLUE value IS 255 (100% from 255) = 33.82%
R=32.49%
G=33.69%
B=33.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2452542550.040.000018610098.04
HexF5FEFF4000ba6462
Octal3653763774000272144142
Binary1111010111111110111111111000001011101011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FEFF; }

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

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

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

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

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

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

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

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