#F5FFFD

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

Shades of Azure #F5FFFD

Tints of Azure #F5FFFD

Color information

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

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

Color convert

RGB245255253-
CMYK0.0400.010
HSL168º100%98.04%-
HSV(B)168º3.92%100%-
XYZ91.1598.02107.05-
YUV251.78128.69123.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2452552530.0400.01016810098.04
HexF5FFFD4010a86462
Octal3653773754010250144142
Binary1111010111111111111111011000101010100011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FFFD; }

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

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

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

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

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

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

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

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