Html Css Color HEX #E9FCFA Azure

📋 copy color: '#E9FCFA'

red 233 ◦ green 252 ◦ blue 250

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

Shades of Azure #E9FCFA

Tints of Azure #E9FCFA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 34.29%

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

R = 31.7%
G = 34.29%
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

#E9FCFA (or 0xE9FCFA) is known color: Azure. HEX triplet: E9, FC and FA. RGB value is (233,252,250). Sum of RGB (Red+Green+Blue) = 233+252+250=735 (97% of max value = 765). Red value is 233 (91.41% from 255 or 31.70% from 735); Green value is 252 (98.83% from 255 or 34.29% from 735); Blue value is 250 (98.05% from 255 or 34.01% from 735); Max value from RGB is 252 - color contains mainly: green. Hex color #E9FCFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FCFA is #160305. Grayscale: #F6F6F6. Windows color (decimal): -1442566 or 16448745. OLE color: 16448745.

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

Color convert

RGB 233 252 250 -
CMYK 0.08 0 0.01 0.01
HSL 173.68º 0.76% 0.95% -
HSV(B) 173.68º 0.08% 0.99% -
XYZ 85.67 93.85 104.04 -
YUV 246.09 130.21 118.66 -
System Red Green Blue C M Y K H S L
Decimal 233 252 250 0.08 0 0.01 0.01 173.68 0.76 0.95
Hex E9 FC FA 8 0 1 1 AE 4C 5F
Octal 351 374 372 10 0 1 1 256 114 137
Binary 11101001 11111100 11111010 1000 0 1 1 10101110 1001100 1011111

Color Harmonies of #E9FCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9FCFA

Black with #E9FCFA

Text Example


Text Example

White with #E9FCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9FCFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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