#F5FDFD

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

Shades of Azure #F5FDFD

Tints of Azure #F5FDFD

Color information

#F5FDFD (or 0xF5FDFD) is unknown color: approx Azure. HEX triplet: F5, FD and FD. RGB value is (245,253,253). Sum of RGB (Red+Green+Blue) = 245+253+253=751 (99% of max value = 765). Red value is 245 (96.09% from 255 or 32.62% from 751); Green value is 253 (99.22% from 255 or 33.69% from 751); Blue value is 253 (99.22% from 255 or 33.69% from 751); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #F5FDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FDFD is #0A0202. Grayscale: #FAFAFA. Windows color (decimal): -655875 or 16645621. OLE color: 16645621.

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

Color convert

RGB245253253-
CMYK0.03000.01
HSL180º66.67%97.65%-
HSV(B)180º3.16%99.22%-
XYZ90.5196.75106.83-
YUV250.61129.35124-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 32.62%
GREEN value IS 253 (99.22% from 255) = 33.69%
BLUE value IS 253 (99.22% from 255) = 33.69%
R=32.62%
G=33.69%
B=33.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452532530.03000.0118066.6797.65
HexF5FDFD3001b44362
Octal3653753753001264103142
Binary111101011111110111111101110011011010010000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FDFD; }

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

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

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

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

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

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

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

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