#F7FEFD

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

Shades of Azure #F7FEFD

Tints of Azure #F7FEFD

Color information

#F7FEFD (or 0xF7FEFD) is unknown color: approx Azure. HEX triplet: F7, FE and FD. RGB value is (247,254,253). Sum of RGB (Red+Green+Blue) = 247+254+253=754 (99% of max value = 765). Red value is 247 (96.88% from 255 or 32.76% from 754); Green value is 254 (99.61% from 255 or 33.69% from 754); Blue value is 253 (99.22% from 255 or 33.55% from 754); Max value from RGB is 254 - color contains mainly: green. Hex color #F7FEFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7FEFD is #080102. Grayscale: #FBFBFB. Windows color (decimal): -524547 or 16645879. OLE color: 16645879.

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

Color convert

RGB247254253-
CMYK0.0300.000.00
HSL171.43º77.78%98.24%-
HSV(B)171.43º2.76%99.61%-
XYZ91.5397.75106.97-
YUV251.79128.68124.58-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 32.76%
GREEN value IS 254 (99.61% from 255) = 33.69%
BLUE value IS 253 (99.22% from 255) = 33.55%
R=32.76%
G=33.69%
B=33.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2472542530.0300.000.00171.4377.7898.24
HexF7FEFD3000ab4e62
Octal3673763753000253116142
Binary111101111111111011111101110001010101110011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7FEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7FEFD; }

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

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

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

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

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

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

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

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