Html Css Color HEX #E8FAF8 Azure

📋 copy color: '#E8FAF8'

red 232 ◦ green 250 ◦ blue 248

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

Shades of Azure #E8FAF8

Tints of Azure #E8FAF8

RGB

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

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

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

R = 31.78%
G = 34.25%
B = 33.97%

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

#E8FAF8 (or 0xE8FAF8) is known color: Azure. HEX triplet: E8, FA and F8. RGB value is (232,250,248). Sum of RGB (Red+Green+Blue) = 232+250+248=730 (96% of max value = 765). Red value is 232 (91.02% from 255 or 31.78% from 730); Green value is 250 (98.05% from 255 or 34.25% from 730); Blue value is 248 (97.27% from 255 or 33.97% from 730); Max value from RGB is 250 - color contains mainly: green. Hex color #E8FAF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8FAF8 is #170507. Grayscale: #F4F4F4. Windows color (decimal): -1508616 or 16317160. OLE color: 16317160.

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

Color convert

RGB 232 250 248 -
CMYK 0.07 0 0.01 0.02
HSL 173.33º 0.64% 0.95% -
HSV(B) 173.33º 0.07% 0.98% -
XYZ 84.41 92.3 102.17 -
YUV 244.39 130.04 119.16 -
System Red Green Blue C M Y K H S L
Decimal 232 250 248 0.07 0 0.01 0.02 173.33 0.64 0.95
Hex E8 FA F8 7 0 1 2 AD 40 5F
Octal 350 372 370 7 0 1 2 255 100 137
Binary 11101000 11111010 11111000 111 0 1 10 10101101 1000000 1011111

Color Harmonies of #E8FAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8FAF8

Black with #E8FAF8

Text Example


Text Example

White with #E8FAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8FAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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