#F6FDFF

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

Shades of Azure #F6FDFF

Tints of Azure #F6FDFF

Color information

#F6FDFF (or 0xF6FDFF) is unknown color: approx Azure. HEX triplet: F6, FD and FF. RGB value is (246,253,255). Sum of RGB (Red+Green+Blue) = 246+253+255=754 (99% of max value = 765). Red value is 246 (96.48% from 255 or 32.63% from 754); Green value is 253 (99.22% from 255 or 33.55% 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 #F6FDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FDFF is #090200. Grayscale: #FBFBFB. Windows color (decimal): -590337 or 16776694. OLE color: 16776694.

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

Color convert

RGB246253255-
CMYK0.040.0100
HSL193.33º100%98.24%-
HSV(B)193.33º3.53%100%-
XYZ91.1897.06108.54-
YUV251.14130.18124.34-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 32.63%
GREEN value IS 253 (99.22% from 255) = 33.55%
BLUE value IS 255 (100% from 255) = 33.82%
R=32.63%
G=33.55%
B=33.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2462532550.040.0100193.3310098.24
HexF6FDFF4100c16462
Octal3663753774100301144142
Binary1111011011111101111111111001001100000111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FDFF; }

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

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

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

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

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

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

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

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