#E8FBFA

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

Shades of Azure #E8FBFA

Tints of Azure #E8FBFA

Color information

#E8FBFA (or 0xE8FBFA) is unknown color: approx Azure. HEX triplet: E8, FB and FA. RGB value is (232,251,250). Sum of RGB (Red+Green+Blue) = 232+251+250=733 (97% of max value = 765). Red value is 232 (91.02% from 255 or 31.65% from 733); Green value is 251 (98.44% from 255 or 34.24% from 733); Blue value is 250 (98.05% from 255 or 34.11% from 733); Max value from RGB is 251 - color contains mainly: green. Hex color #E8FBFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8FBFA is #170405. Grayscale: #F5F5F5. Windows color (decimal): -1508358 or 16448488. OLE color: 16448488.

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

Color convert

RGB232251250-
CMYK0.0800.000.02
HSL176.84º70.37%94.71%-
HSV(B)176.84º7.57%98.43%-
XYZ85.0393.05103.92-
YUV245.2130.71118.58-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 31.65%
GREEN value IS 251 (98.44% from 255) = 34.24%
BLUE value IS 250 (98.05% from 255) = 34.11%
R=31.65%
G=34.24%
B=34.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2322512500.0800.000.02176.8470.3794.71
HexE8FBFA8002b1465f
Octal35037337210002261106137
Binary111010001111101111111010100000101011000110001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8FBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8FBFA; }

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

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

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

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

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

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

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

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