Html Css Color HEX #E8FAFC Azure

📋 copy color: '#E8FAFC'

red 232 ◦ green 250 ◦ blue 252

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

Shades of Azure #E8FAFC

Tints of Azure #E8FAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 34.33%

R = 31.61%
G = 34.06%
B = 34.33%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E8FAFC (or 0xE8FAFC) is known color: Azure. HEX triplet: E8, FA and FC. RGB value is (232,250,252). Sum of RGB (Red+Green+Blue) = 232+250+252=734 (97% of max value = 765). Red value is 232 (91.02% from 255 or 31.61% from 734); Green value is 250 (98.05% from 255 or 34.06% from 734); Blue value is 252 (98.83% from 255 or 34.33% from 734); Max value from RGB is 252 - color contains mainly: blue. Hex color #E8FAFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8FAFC is #170503. Grayscale: #F4F4F4. Windows color (decimal): -1508612 or 16579304. OLE color: 16579304.

HSL color Cylindrical-coordinate representation of color #E8FAFC: hue angle of 186º degrees, saturation: 0.77, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E8FAFC is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 232 250 252 -
CMYK 0.08 0.01 0 0.01
HSL 186º 0.77% 0.95% -
HSV(B) 186º 0.08% 0.99% -
XYZ 85.04 92.56 105.48 -
YUV 244.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 232 250 252 0.08 0.01 0 0.01 186 0.77 0.95
Hex E8 FA FC 8 1 0 1 BA 4D 5F
Octal 350 372 374 10 1 0 1 272 115 137
Binary 11101000 11111010 11111100 1000 1 0 1 10111010 1001101 1011111

Color Harmonies of #E8FAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8FAFC

Black with #E8FAFC

Text Example


Text Example

White with #E8FAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8FAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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