#F7FDFD

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

Shades of Azure #F7FDFD

Tints of Azure #F7FDFD

Color information

#F7FDFD (or 0xF7FDFD) is unknown color: approx Azure. HEX triplet: F7, FD and FD. RGB value is (247,253,253). Sum of RGB (Red+Green+Blue) = 247+253+253=753 (99% of max value = 765). Red value is 247 (96.88% from 255 or 32.80% from 753); Green value is 253 (99.22% from 255 or 33.60% from 753); Blue value is 253 (99.22% from 255 or 33.60% from 753); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #F7FDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7FDFD is #080202. Grayscale: #FBFBFB. Windows color (decimal): -524803 or 16645623. OLE color: 16645623.

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

Color convert

RGB247253253-
CMYK0.02000.01
HSL180º60%98.04%-
HSV(B)180º2.37%99.22%-
XYZ91.2197.12106.87-
YUV251.21129.01125-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 32.80%
GREEN value IS 253 (99.22% from 255) = 33.60%
BLUE value IS 253 (99.22% from 255) = 33.60%
R=32.80%
G=33.60%
B=33.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2472532530.02000.011806098.04
HexF7FDFD2001b43c62
Octal367375375200126474142
Binary11110111111111011111110110001101101001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7FDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7FDFD; }

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

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

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

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

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

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

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

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