#E8F1F1

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

Shades of Azure #E8F1F1

Tints of Azure #E8F1F1

Color information

#E8F1F1 (or 0xE8F1F1) is unknown color: approx Azure. HEX triplet: E8, F1 and F1. RGB value is (232,241,241). Sum of RGB (Red+Green+Blue) = 232+241+241=714 (94% of max value = 765). Red value is 232 (91.02% from 255 or 32.49% from 714); Green value is 241 (94.53% from 255 or 33.75% from 714); Blue value is 241 (94.53% from 255 or 33.75% from 714); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #E8F1F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8F1F1 is #170E0E. Grayscale: #EEEEEE. Windows color (decimal): -1510927 or 15856104. OLE color: 15856104.

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

Color convert

RGB232241241-
CMYK0.04000.05
HSL180º24.32%92.75%-
HSV(B)180º3.73%94.51%-
XYZ80.6186.4295.65-
YUV238.31129.52123.5-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 32.49%
GREEN value IS 241 (94.53% from 255) = 33.75%
BLUE value IS 241 (94.53% from 255) = 33.75%
R=32.49%
G=33.75%
B=33.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2322412410.04000.0518024.3292.75
HexE8F1F14005b4185d
Octal350361361400526430135
Binary1110100011110001111100011000010110110100110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8F1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8F1F1; }

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

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

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

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

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

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

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

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