Html Css Color HEX #E8FDFA Azure

📋 copy color: '#E8FDFA'

red 232 ◦ green 253 ◦ blue 250

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

Shades of Azure #E8FDFA

Tints of Azure #E8FDFA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 34.42%

 BLUE value IS 250 (98.05% from 255) = 34.01%

R = 31.56%
G = 34.42%
B = 34.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#E8FDFA (or 0xE8FDFA) is known color: Azure. HEX triplet: E8, FD and FA. RGB value is (232,253,250). Sum of RGB (Red+Green+Blue) = 232+253+250=735 (97% of max value = 765). Red value is 232 (91.02% from 255 or 31.56% from 735); Green value is 253 (99.22% from 255 or 34.42% from 735); Blue value is 250 (98.05% from 255 or 34.01% from 735); Max value from RGB is 253 - color contains mainly: green. Hex color #E8FDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8FDFA is #170205. Grayscale: #F6F6F6. Windows color (decimal): -1507846 or 16449000. OLE color: 16449000.

HSL color Cylindrical-coordinate representation of color #E8FDFA: hue angle of 171.43º degrees, saturation: 0.84, 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 #E8FDFA is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 232 253 250 -
CMYK 0.08 0 0.01 0.01
HSL 171.43º 0.84% 0.95% -
HSV(B) 171.43º 0.08% 0.99% -
XYZ 85.66 94.31 104.13 -
YUV 246.38 130.04 117.74 -
System Red Green Blue C M Y K H S L
Decimal 232 253 250 0.08 0 0.01 0.01 171.43 0.84 0.95
Hex E8 FD FA 8 0 1 1 AB 54 5F
Octal 350 375 372 10 0 1 1 253 124 137
Binary 11101000 11111101 11111010 1000 0 1 1 10101011 1010100 1011111

Color Harmonies of #E8FDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8FDFA

Black with #E8FDFA

Text Example


Text Example

White with #E8FDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8FDFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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