#F2FEFF

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

Shades of Azure #F2FEFF

Tints of Azure #F2FEFF

Color information

#F2FEFF (or 0xF2FEFF) is unknown color: approx Azure. HEX triplet: F2, FE and FF. RGB value is (242,254,255). Sum of RGB (Red+Green+Blue) = 242+254+255=751 (99% of max value = 765). Red value is 242 (94.92% from 255 or 32.22% from 751); Green value is 254 (99.61% from 255 or 33.82% from 751); Blue value is 255 (100% from 255 or 33.95% from 751); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2FEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FEFF is #0D0100. Grayscale: #FAFAFA. Windows color (decimal): -852225 or 16776946. OLE color: 16776946.

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

Color convert

RGB242254255-
CMYK0.050.0000
HSL184.62º100%97.45%-
HSV(B)184.62º5.1%100%-
XYZ90.1196.98108.58-
YUV250.53130.52121.92-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 32.22%
GREEN value IS 254 (99.61% from 255) = 33.82%
BLUE value IS 255 (100% from 255) = 33.95%
R=32.22%
G=33.82%
B=33.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422542550.050.0000184.6210097.45
HexF2FEFF5000b96461
Octal3623763775000271144141
Binary1111001011111110111111111010001011100111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FEFF; }

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

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

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

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

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

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

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

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