Html Css Color HEX #E9FAFA Azure

📋 copy color: '#E9FAFA'

red 233 ◦ green 250 ◦ blue 250

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

Shades of Azure #E9FAFA

Tints of Azure #E9FAFA

RGB

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

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

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

R = 31.79%
G = 34.11%
B = 34.11%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E9FAFA (or 0xE9FAFA) is known color: Azure. HEX triplet: E9, FA and FA. RGB value is (233,250,250). Sum of RGB (Red+Green+Blue) = 233+250+250=733 (97% of max value = 765). Red value is 233 (91.41% from 255 or 31.79% from 733); Green value is 250 (98.05% from 255 or 34.11% from 733); Blue value is 250 (98.05% from 255 or 34.11% from 733); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #E9FAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FAFA is #160505. Grayscale: #F4F4F4. Windows color (decimal): -1443078 or 16448233. OLE color: 16448233.

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

Color convert

RGB 233 250 250 -
CMYK 0.07 0 0 0.02
HSL 180º 0.63% 0.95% -
HSV(B) 180º 0.07% 0.98% -
XYZ 85.05 92.6 103.83 -
YUV 244.92 130.87 119.5 -
System Red Green Blue C M Y K H S L
Decimal 233 250 250 0.07 0 0 0.02 180 0.63 0.95
Hex E9 FA FA 7 0 0 2 B4 3F 5F
Octal 351 372 372 7 0 0 2 264 77 137
Binary 11101001 11111010 11111010 111 0 0 10 10110100 111111 1011111

Color Harmonies of #E9FAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9FAFA

Black with #E9FAFA

Text Example


Text Example

White with #E9FAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9FAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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