#E8F2F3

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

Shades of Azure #E8F2F3

Tints of Azure #E8F2F3

Color information

#E8F2F3 (or 0xE8F2F3) is unknown color: approx Azure. HEX triplet: E8, F2 and F3. RGB value is (232,242,243). Sum of RGB (Red+Green+Blue) = 232+242+243=717 (94% of max value = 765). Red value is 232 (91.02% from 255 or 32.36% from 717); Green value is 242 (94.92% from 255 or 33.75% from 717); Blue value is 243 (95.31% from 255 or 33.89% from 717); Max value from RGB is 243 - color contains mainly: blue. Hex color #E8F2F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8F2F3 is #170D0C. Grayscale: #EFEFEF. Windows color (decimal): -1510669 or 15987432. OLE color: 15987432.

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

Color convert

RGB232242243-
CMYK0.050.0000.05
HSL185.45º31.43%93.14%-
HSV(B)185.45º4.53%95.29%-
XYZ81.2187.1397.33-
YUV239.12130.19122.92-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 32.36%
GREEN value IS 242 (94.92% from 255) = 33.75%
BLUE value IS 243 (95.31% from 255) = 33.89%
R=32.36%
G=33.75%
B=33.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2322422430.050.0000.05185.4531.4393.14
HexE8F2F35005b91f5d
Octal350362363500527137135
Binary1110100011110010111100111010010110111001111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8F2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8F2F3; }

 p { color: rgb(232,242,243); }

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

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

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

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

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

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

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