#E8FAFA

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

Shades of Azure #E8FAFA

Tints of Azure #E8FAFA

Color information

#E8FAFA (or 0xE8FAFA) is unknown color: approx Azure. HEX triplet: E8, FA and FA. RGB value is (232,250,250). Sum of RGB (Red+Green+Blue) = 232+250+250=732 (96% of max value = 765). Red value is 232 (91.02% from 255 or 31.69% from 732); Green value is 250 (98.05% from 255 or 34.15% from 732); Blue value is 250 (98.05% from 255 or 34.15% from 732); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #E8FAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8FAFA is #170505. Grayscale: #F4F4F4. Windows color (decimal): -1508614 or 16448232. OLE color: 16448232.

HSL color Cylindrical-coordinate representation of color #E8FAFA: hue angle of 180º degrees, saturation: 0.64, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E8FAFA is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB232250250-
CMYK0.07000.02
HSL180º64.29%94.51%-
HSV(B)180º7.2%98.04%-
XYZ84.7292.43103.82-
YUV244.62131.04119-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 31.69%
GREEN value IS 250 (98.05% from 255) = 34.15%
BLUE value IS 250 (98.05% from 255) = 34.15%
R=31.69%
G=34.15%
B=34.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2322502500.07000.0218064.2994.51
HexE8FAFA7002b4405f
Octal3503723727002264100137
Binary11101000111110101111101011100101011010010000001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8FAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8FAFA; }

 p { color: rgb(232,250,250); }

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

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

 a { background-color: rgb(232,250,250); }

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

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

 span { border-color: rgb(232,250,250); }

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