#E9FDFC

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

Shades of Azure #E9FDFC

Tints of Azure #E9FDFC

Color information

#E9FDFC (or 0xE9FDFC) is unknown color: approx Azure. HEX triplet: E9, FD and FC. RGB value is (233,253,252). Sum of RGB (Red+Green+Blue) = 233+253+252=738 (97% of max value = 765). Red value is 233 (91.41% from 255 or 31.57% from 738); Green value is 253 (99.22% from 255 or 34.28% from 738); Blue value is 252 (98.83% from 255 or 34.15% from 738); Max value from RGB is 253 - color contains mainly: green. Hex color #E9FDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FDFC is #160203. Grayscale: #F6F6F6. Windows color (decimal): -1442308 or 16580073. OLE color: 16580073.

HSL color Cylindrical-coordinate representation of color #E9FDFC: hue angle of 177º degrees, saturation: 0.83, 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 #E9FDFC is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB233253252-
CMYK0.0800.000.01
HSL177º83.33%95.29%-
HSV(B)177º7.91%99.22%-
XYZ86.394.6105.81-
YUV246.91130.87118.08-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 31.57%
GREEN value IS 253 (99.22% from 255) = 34.28%
BLUE value IS 252 (98.83% from 255) = 34.15%
R=31.57%
G=34.28%
B=34.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2332532520.0800.000.0117783.3395.29
HexE9FDFC8001b1535f
Octal35137537410001261123137
Binary11101001111111011111110010000011011000110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FDFC; }

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

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

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

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

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

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

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

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