#E9FDFE

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

Shades of Azure #E9FDFE

Tints of Azure #E9FDFE

Color information

#E9FDFE (or 0xE9FDFE) is unknown color: approx Azure. HEX triplet: E9, FD and FE. RGB value is (233,253,254). Sum of RGB (Red+Green+Blue) = 233+253+254=740 (98% of max value = 765). Red value is 233 (91.41% from 255 or 31.49% from 740); Green value is 253 (99.22% from 255 or 34.19% from 740); Blue value is 254 (99.61% from 255 or 34.32% from 740); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9FDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FDFE is #160201. Grayscale: #F7F7F7. Windows color (decimal): -1442306 or 16711145. OLE color: 16711145.

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

Color convert

RGB233253254-
CMYK0.080.0000.00
HSL182.86º91.3%95.49%-
HSV(B)182.86º8.27%99.61%-
XYZ86.6294.73107.49-
YUV247.13131.87117.92-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 31.49%
GREEN value IS 253 (99.22% from 255) = 34.19%
BLUE value IS 254 (99.61% from 255) = 34.32%
R=31.49%
G=34.19%
B=34.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2332532540.080.0000.00182.8691.395.49
HexE9FDFE8000b75b5f
Octal35137537610000267133137
Binary11101001111111011111111010000001011011110110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FDFE; }

 p { color: rgb(233,253,254); }

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

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

 a { background-color: rgb(233,253,254); }

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

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

 span { border-color: rgb(233,253,254); }

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