Html Css Color HEX #E9F2F3 Azure

📋 copy color: '#E9F2F3'

red 233 ◦ green 242 ◦ blue 243

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

Shades of Azure #E9F2F3

Tints of Azure #E9F2F3

RGB

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

 GREEN value IS 242 (94.92% from 255) = 33.7%

 BLUE value IS 243 (95.31% from 255) = 33.84%

R = 32.45%
G = 33.7%
B = 33.84%

CMYK

 C value IS 0.04

 M value IS 0.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E9F2F3 (or 0xE9F2F3) is known color: Azure. HEX triplet: E9, F2 and F3. RGB value is (233,242,243). Sum of RGB (Red+Green+Blue) = 233+242+243=718 (95% of max value = 765). Red value is 233 (91.41% from 255 or 32.45% from 718); Green value is 242 (94.92% from 255 or 33.70% from 718); Blue value is 243 (95.31% from 255 or 33.84% from 718); Max value from RGB is 243 - color contains mainly: blue. Hex color #E9F2F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9F2F3 is #160D0C. Grayscale: #EFEFEF. Windows color (decimal): -1445133 or 15987433. OLE color: 15987433.

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

Color convert

RGB 233 242 243 -
CMYK 0.04 0.00 0 0.05
HSL 186º 0.29% 0.93% -
HSV(B) 186º 0.04% 0.95% -
XYZ 81.53 87.3 97.35 -
YUV 239.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 233 242 243 0.04 0.00 0 0.05 186 0.29 0.93
Hex E9 F2 F3 4 0 0 5 BA 1D 5D
Octal 351 362 363 4 0 0 5 272 35 135
Binary 11101001 11110010 11110011 100 0 0 101 10111010 11101 1011101

Color Harmonies of #E9F2F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9F2F3

Black with #E9F2F3

Text Example


Text Example

White with #E9F2F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9F2F3; }

 p { color: rgb(233,242,243); }

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

background-color css

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

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

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

border-color css

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

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

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