Html Css Color HEX #E9FAFC Azure

📋 copy color: '#E9FAFC'

red 233 ◦ green 250 ◦ blue 252

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

Shades of Azure #E9FAFC

Tints of Azure #E9FAFC

RGB

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

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

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

R = 31.7%
G = 34.01%
B = 34.29%

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

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

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

Color convert

RGB 233 250 252 -
CMYK 0.08 0.01 0 0.01
HSL 186.32º 0.76% 0.95% -
HSV(B) 186.32º 0.08% 0.99% -
XYZ 85.36 92.72 105.49 -
YUV 245.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 233 250 252 0.08 0.01 0 0.01 186.32 0.76 0.95
Hex E9 FA FC 8 1 0 1 BA 4C 5F
Octal 351 372 374 10 1 0 1 272 114 137
Binary 11101001 11111010 11111100 1000 1 0 1 10111010 1001100 1011111

Color Harmonies of #E9FAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9FAFC

Black with #E9FAFC

Text Example


Text Example

White with #E9FAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9FAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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