#F3FEFF

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

Shades of Azure #F3FEFF

Tints of Azure #F3FEFF

Color information

#F3FEFF (or 0xF3FEFF) is unknown color: approx Azure. HEX triplet: F3, FE and FF. RGB value is (243,254,255). Sum of RGB (Red+Green+Blue) = 243+254+255=752 (99% of max value = 765). Red value is 243 (95.31% from 255 or 32.31% from 752); Green value is 254 (99.61% from 255 or 33.78% from 752); Blue value is 255 (100% from 255 or 33.91% from 752); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3FEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3FEFF is #0C0100. Grayscale: #FAFAFA. Windows color (decimal): -786689 or 16776947. OLE color: 16776947.

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

Color convert

RGB243254255-
CMYK0.050.0000
HSL185º100%97.65%-
HSV(B)185º4.71%100%-
XYZ90.4597.16108.59-
YUV250.82130.36122.42-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 32.31%
GREEN value IS 254 (99.61% from 255) = 33.78%
BLUE value IS 255 (100% from 255) = 33.91%
R=32.31%
G=33.78%
B=33.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2432542550.050.000018510097.65
HexF3FEFF5000b96462
Octal3633763775000271144142
Binary1111001111111110111111111010001011100111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3FEFF; }

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

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

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

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

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

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

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

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