#F5FDFF

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

Shades of Azure #F5FDFF

Tints of Azure #F5FDFF

Color information

#F5FDFF (or 0xF5FDFF) is unknown color: approx Azure. HEX triplet: F5, FD and FF. RGB value is (245,253,255). Sum of RGB (Red+Green+Blue) = 245+253+255=753 (99% of max value = 765). Red value is 245 (96.09% from 255 or 32.54% from 753); Green value is 253 (99.22% from 255 or 33.60% from 753); Blue value is 255 (100% from 255 or 33.86% from 753); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5FDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FDFF is #0A0200. Grayscale: #FAFAFA. Windows color (decimal): -655873 or 16776693. OLE color: 16776693.

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

Color convert

RGB245253255-
CMYK0.040.0100
HSL192º100%98.04%-
HSV(B)192º3.92%100%-
XYZ90.8396.88108.52-
YUV250.84130.35123.84-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 32.54%
GREEN value IS 253 (99.22% from 255) = 33.60%
BLUE value IS 255 (100% from 255) = 33.86%
R=32.54%
G=33.60%
B=33.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2452532550.040.010019210098.04
HexF5FDFF4100c06462
Octal3653753774100300144142
Binary1111010111111101111111111001001100000011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FDFF; }

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

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

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

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

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

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

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

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