#F7FEFF

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

Shades of Azure #F7FEFF

Tints of Azure #F7FEFF

Color information

#F7FEFF (or 0xF7FEFF) is unknown color: approx Azure. HEX triplet: F7, FE and FF. RGB value is (247,254,255). Sum of RGB (Red+Green+Blue) = 247+254+255=756 (100% of max value = 765). Red value is 247 (96.88% from 255 or 32.67% from 756); Green value is 254 (99.61% from 255 or 33.60% from 756); Blue value is 255 (100% from 255 or 33.73% from 756); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7FEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7FEFF is #080100. Grayscale: #FCFCFC. Windows color (decimal): -524545 or 16776951. OLE color: 16776951.

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

Color convert

RGB247254255-
CMYK0.030.0000
HSL187.5º100%98.43%-
HSV(B)187.5º3.14%100%-
XYZ91.8597.88108.66-
YUV252.02129.68124.42-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 32.67%
GREEN value IS 254 (99.61% from 255) = 33.60%
BLUE value IS 255 (100% from 255) = 33.73%
R=32.67%
G=33.60%
B=33.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2472542550.030.0000187.510098.43
HexF7FEFF3000bc6462
Octal3673763773000274144142
Binary111101111111111011111111110001011110011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7FEFF; }

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

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

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

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

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

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

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

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