Html Css Color HEX #E9FDFC Azure

📋 copy color: '#E9FDFC'

red 233 ◦ green 253 ◦ blue 252

#E9FDFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Azure #E9FDFC

Tints of Azure #E9FDFC

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 value IS 0.08

 M value IS 0

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#E9FDFC (or 0xE9FDFC) is known color: 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

RGB 233 253 252 -
CMYK 0.08 0 0.00 0.01
HSL 177º 0.83% 0.95% -
HSV(B) 177º 0.08% 0.99% -
XYZ 86.3 94.6 105.81 -
YUV 246.91 130.87 118.08 -
System Red Green Blue C M Y K H S L
Decimal 233 253 252 0.08 0 0.00 0.01 177 0.83 0.95
Hex E9 FD FC 8 0 0 1 B1 53 5F
Octal 351 375 374 10 0 0 1 261 123 137
Binary 11101001 11111101 11111100 1000 0 0 1 10110001 1010011 1011111

Color Harmonies of #E9FDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9FDFC

Black with #E9FDFC

Text Example


Text Example

White with #E9FDFC

Text Example


Text Example

HTML Codes & Css Web 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>