#F7FEFE

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

Shades of Azure #F7FEFE

Tints of Azure #F7FEFE

Color information

#F7FEFE (or 0xF7FEFE) is unknown color: approx Azure. HEX triplet: F7, FE and FE. RGB value is (247,254,254). Sum of RGB (Red+Green+Blue) = 247+254+254=755 (100% of max value = 765). Red value is 247 (96.88% from 255 or 32.72% from 755); Green value is 254 (99.61% from 255 or 33.64% from 755); Blue value is 254 (99.61% from 255 or 33.64% from 755); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #F7FEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7FEFE is #080101. Grayscale: #FBFBFB. Windows color (decimal): -524546 or 16711415. OLE color: 16711415.

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

Color convert

RGB247254254-
CMYK0.03000.00
HSL180º77.78%98.24%-
HSV(B)180º2.76%99.61%-
XYZ91.6997.81107.81-
YUV251.91129.18124.5-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 32.72%
GREEN value IS 254 (99.61% from 255) = 33.64%
BLUE value IS 254 (99.61% from 255) = 33.64%
R=32.72%
G=33.64%
B=33.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2472542540.03000.0018077.7898.24
HexF7FEFE3000b44e62
Octal3673763763000264116142
Binary111101111111111011111110110001011010010011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7FEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7FEFE; }

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

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

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

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

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

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

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

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