#E8FDFB

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

Shades of Azure #E8FDFB

Tints of Azure #E8FDFB

Color information

#E8FDFB (or 0xE8FDFB) is unknown color: approx Azure. HEX triplet: E8, FD and FB. RGB value is (232,253,251). Sum of RGB (Red+Green+Blue) = 232+253+251=736 (97% of max value = 765). Red value is 232 (91.02% from 255 or 31.52% from 736); Green value is 253 (99.22% from 255 or 34.38% from 736); Blue value is 251 (98.44% from 255 or 34.10% from 736); Max value from RGB is 253 - color contains mainly: green. Hex color #E8FDFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8FDFB is #170204. Grayscale: #F6F6F6. Windows color (decimal): -1507845 or 16514536. OLE color: 16514536.

HSL color Cylindrical-coordinate representation of color #E8FDFB: hue angle of 174.29º degrees, saturation: 0.84, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E8FDFB is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB232253251-
CMYK0.0800.010.01
HSL174.29º84%95.1%-
HSV(B)174.29º8.3%99.22%-
XYZ85.8294.37104.96-
YUV246.49130.54117.66-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 31.52%
GREEN value IS 253 (99.22% from 255) = 34.38%
BLUE value IS 251 (98.44% from 255) = 34.10%
R=31.52%
G=34.38%
B=34.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2322532510.0800.010.01174.298495.1
HexE8FDFB8011ae545f
Octal35037537310011256124137
Binary11101000111111011111101110000111010111010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8FDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8FDFB; }

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

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

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

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

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

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

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

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