#F5FDFE

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

Shades of Azure #F5FDFE

Tints of Azure #F5FDFE

Color information

#F5FDFE (or 0xF5FDFE) is unknown color: approx Azure. HEX triplet: F5, FD and FE. RGB value is (245,253,254). Sum of RGB (Red+Green+Blue) = 245+253+254=752 (99% of max value = 765). Red value is 245 (96.09% from 255 or 32.58% from 752); Green value is 253 (99.22% from 255 or 33.64% from 752); Blue value is 254 (99.61% from 255 or 33.78% from 752); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5FDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FDFE is #0A0201. Grayscale: #FAFAFA. Windows color (decimal): -655874 or 16711157. OLE color: 16711157.

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

Color convert

RGB245253254-
CMYK0.040.0000.00
HSL186.67º81.82%97.84%-
HSV(B)186.67º3.54%99.61%-
XYZ90.6796.82107.67-
YUV250.72129.85123.92-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 32.58%
GREEN value IS 253 (99.22% from 255) = 33.64%
BLUE value IS 254 (99.61% from 255) = 33.78%
R=32.58%
G=33.64%
B=33.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2452532540.040.0000.00186.6781.8297.84
HexF5FDFE4000bb5262
Octal3653753764000273122142
Binary1111010111111101111111101000001011101110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FDFE; }

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

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

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

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

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

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

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

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