Html Css Color HEX #E9FFFA Azure

📋 copy color: '#E9FFFA'

red 233 ◦ green 255 ◦ blue 250

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

Shades of Azure #E9FFFA

Tints of Azure #E9FFFA

RGB

 RED value IS 233 (91.41% from 255) = 31.57%

 GREEN value IS 255 (100% from 255) = 34.55%

 BLUE value IS 250 (98.05% from 255) = 33.88%

R = 31.57%
G = 34.55%
B = 33.88%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#E9FFFA (or 0xE9FFFA) is known color: Azure. HEX triplet: E9, FF and FA. RGB value is (233,255,250). Sum of RGB (Red+Green+Blue) = 233+255+250=738 (97% of max value = 765). Red value is 233 (91.41% from 255 or 31.57% from 738); Green value is 255 (100% from 255 or 34.55% from 738); Blue value is 250 (98.05% from 255 or 33.88% from 738); Max value from RGB is 255 - color contains mainly: green. Hex color #E9FFFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FFFA is #160005. Grayscale: #F7F7F7. Windows color (decimal): -1441798 or 16449513. OLE color: 16449513.

HSL color Cylindrical-coordinate representation of color #E9FFFA: hue angle of 166.36º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E9FFFA is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 233 255 250 -
CMYK 0.09 0 0.02 0
HSL 166.36º 1% 0.96% -
HSV(B) 166.36º 0.09% 1% -
XYZ 86.62 95.75 104.36 -
YUV 247.85 129.21 117.41 -
System Red Green Blue C M Y K H S L
Decimal 233 255 250 0.09 0 0.02 0 166.36 1 0.96
Hex E9 FF FA 9 0 2 0 A6 64 60
Octal 351 377 372 11 0 2 0 246 144 140
Binary 11101001 11111111 11111010 1001 0 10 0 10100110 1100100 1100000

Color Harmonies of #E9FFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9FFFA

Black with #E9FFFA

Text Example


Text Example

White with #E9FFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9FFFA; }

 p { color: rgb(233,255,250); }

 H1.HeaderClassName
 {
   color: #E9FFFA;
 }
 .AnyTagClassName
 {
   color: #E9FFFA;
 }
</style>

background-color css

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

 a { background-color: rgb(233,255,250); }

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

border-color css

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

 span { border-color: rgb(233,255,250); }

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