Html Css Color HEX #E9FAF8 Azure

📋 copy color: '#E9FAF8'

red 233 ◦ green 250 ◦ blue 248

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

Shades of Azure #E9FAF8

Tints of Azure #E9FAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 33.93%

R = 31.87%
G = 34.2%
B = 33.93%

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

#E9FAF8 (or 0xE9FAF8) is known color: Azure. HEX triplet: E9, FA and F8. RGB value is (233,250,248). Sum of RGB (Red+Green+Blue) = 233+250+248=731 (96% of max value = 765). Red value is 233 (91.41% from 255 or 31.87% from 731); Green value is 250 (98.05% from 255 or 34.20% from 731); Blue value is 248 (97.27% from 255 or 33.93% from 731); Max value from RGB is 250 - color contains mainly: green. Hex color #E9FAF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FAF8 is #160507. Grayscale: #F4F4F4. Windows color (decimal): -1443080 or 16317161. OLE color: 16317161.

HSL color Cylindrical-coordinate representation of color #E9FAF8: hue angle of 172.94º 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 #E9FAF8 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 250 248 -
CMYK 0.07 0 0.01 0.02
HSL 172.94º 0.63% 0.95% -
HSV(B) 172.94º 0.07% 0.98% -
XYZ 84.73 92.47 102.19 -
YUV 244.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 233 250 248 0.07 0 0.01 0.02 172.94 0.63 0.95
Hex E9 FA F8 7 0 1 2 AD 3F 5F
Octal 351 372 370 7 0 1 2 255 77 137
Binary 11101001 11111010 11111000 111 0 1 10 10101101 111111 1011111

Color Harmonies of #E9FAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9FAF8

Black with #E9FAF8

Text Example


Text Example

White with #E9FAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9FAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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