Html Css Color HEX #E8FAF9 Azure

📋 copy color: '#E8FAF9'

red 232 ◦ green 250 ◦ blue 249

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

Shades of Azure #E8FAF9

Tints of Azure #E8FAF9

RGB

 RED value IS 232 (91.02% from 255) = 31.74%

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

 BLUE value IS 249 (97.66% from 255) = 34.06%

R = 31.74%
G = 34.2%
B = 34.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#E8FAF9 (or 0xE8FAF9) is known color: Azure. HEX triplet: E8, FA and F9. RGB value is (232,250,249). Sum of RGB (Red+Green+Blue) = 232+250+249=731 (96% of max value = 765). Red value is 232 (91.02% from 255 or 31.74% from 731); Green value is 250 (98.05% from 255 or 34.20% from 731); Blue value is 249 (97.66% from 255 or 34.06% from 731); Max value from RGB is 250 - color contains mainly: green. Hex color #E8FAF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8FAF9 is #170506. Grayscale: #F4F4F4. Windows color (decimal): -1508615 or 16382696. OLE color: 16382696.

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

Color convert

RGB 232 250 249 -
CMYK 0.07 0 0.00 0.02
HSL 176.67º 0.64% 0.95% -
HSV(B) 176.67º 0.07% 0.98% -
XYZ 84.56 92.37 102.99 -
YUV 244.5 130.54 119.08 -
System Red Green Blue C M Y K H S L
Decimal 232 250 249 0.07 0 0.00 0.02 176.67 0.64 0.95
Hex E8 FA F9 7 0 0 2 B1 40 5F
Octal 350 372 371 7 0 0 2 261 100 137
Binary 11101000 11111010 11111001 111 0 0 10 10110001 1000000 1011111

Color Harmonies of #E8FAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8FAF9

Black with #E8FAF9

Text Example


Text Example

White with #E8FAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8FAF9; }

 p { color: rgb(232,250,249); }

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

background-color css

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

 a { background-color: rgb(232,250,249); }

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

border-color css

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

 span { border-color: rgb(232,250,249); }

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