Html Css Color HEX #E9FAF7 Azure

📋 copy color: '#E9FAF7'

red 233 ◦ green 250 ◦ blue 247

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

Shades of Azure #E9FAF7

Tints of Azure #E9FAF7

RGB

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

 GREEN value IS 250 (98.05% from 255) = 34.25%

 BLUE value IS 247 (96.88% from 255) = 33.84%

R = 31.92%
G = 34.25%
B = 33.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#E9FAF7 (or 0xE9FAF7) is known color: Azure. HEX triplet: E9, FA and F7. RGB value is (233,250,247). Sum of RGB (Red+Green+Blue) = 233+250+247=730 (96% of max value = 765). Red value is 233 (91.41% from 255 or 31.92% from 730); Green value is 250 (98.05% from 255 or 34.25% from 730); Blue value is 247 (96.88% from 255 or 33.84% from 730); Max value from RGB is 250 - color contains mainly: green. Hex color #E9FAF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FAF7 is #160508. Grayscale: #F4F4F4. Windows color (decimal): -1443081 or 16251625. OLE color: 16251625.

HSL color Cylindrical-coordinate representation of color #E9FAF7: hue angle of 169.41º degrees, saturation: 0.63, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E9FAF7 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 250 247 -
CMYK 0.07 0 0.01 0.02
HSL 169.41º 0.63% 0.95% -
HSV(B) 169.41º 0.07% 0.98% -
XYZ 84.58 92.41 101.37 -
YUV 244.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 233 250 247 0.07 0 0.01 0.02 169.41 0.63 0.95
Hex E9 FA F7 7 0 1 2 A9 3F 5F
Octal 351 372 367 7 0 1 2 251 77 137
Binary 11101001 11111010 11110111 111 0 1 10 10101001 111111 1011111

Color Harmonies of #E9FAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9FAF7

Black with #E9FAF7

Text Example


Text Example

White with #E9FAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9FAF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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