Html Css Color HEX #E9F0F1 Azure

📋 copy color: '#E9F0F1'

red 233 ◦ green 240 ◦ blue 241

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

Shades of Azure #E9F0F1

Tints of Azure #E9F0F1

RGB

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

 GREEN value IS 240 (94.14% from 255) = 33.61%

 BLUE value IS 241 (94.53% from 255) = 33.75%

R = 32.63%
G = 33.61%
B = 33.75%

CMYK

 C value IS 0.03

 M value IS 0.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E9F0F1 (or 0xE9F0F1) is known color: Azure. HEX triplet: E9, F0 and F1. RGB value is (233,240,241). Sum of RGB (Red+Green+Blue) = 233+240+241=714 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.63% from 714); Green value is 240 (94.14% from 255 or 33.61% from 714); Blue value is 241 (94.53% from 255 or 33.75% from 714); Max value from RGB is 241 - color contains mainly: blue. Hex color #E9F0F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9F0F1 is #160F0E. Grayscale: #EEEEEE. Windows color (decimal): -1445647 or 15855849. OLE color: 15855849.

HSL color Cylindrical-coordinate representation of color #E9F0F1: hue angle of 187.5º degrees, saturation: 0.22, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E9F0F1 is Cyan = 0.03, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 233 240 241 -
CMYK 0.03 0.00 0 0.05
HSL 187.5º 0.22% 0.93% -
HSV(B) 187.5º 0.03% 0.95% -
XYZ 80.64 85.99 95.57 -
YUV 238.02 129.68 124.42 -
System Red Green Blue C M Y K H S L
Decimal 233 240 241 0.03 0.00 0 0.05 187.5 0.22 0.93
Hex E9 F0 F1 3 0 0 5 BC 16 5D
Octal 351 360 361 3 0 0 5 274 26 135
Binary 11101001 11110000 11110001 11 0 0 101 10111100 10110 1011101

Color Harmonies of #E9F0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9F0F1

Black with #E9F0F1

Text Example


Text Example

White with #E9F0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9F0F1; }

 p { color: rgb(233,240,241); }

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

background-color css

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

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

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

border-color css

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

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

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