Html Css Color HEX #EEF4F3 Azure

📋 copy color: '#EEF4F3'

red 238 ◦ green 244 ◦ blue 243

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

Shades of Azure #EEF4F3

Tints of Azure #EEF4F3

RGB

 RED value IS 238 (93.36% from 255) = 32.83%

 GREEN value IS 244 (95.7% from 255) = 33.66%

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

R = 32.83%
G = 33.66%
B = 33.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.00

 K value IS 0.04

RGB Variations

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

Color information

#EEF4F3 (or 0xEEF4F3) is known color: Azure. HEX triplet: EE, F4 and F3. RGB value is (238,244,243). Sum of RGB (Red+Green+Blue) = 238+244+243=725 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.83% from 725); Green value is 244 (95.70% from 255 or 33.66% from 725); Blue value is 243 (95.31% from 255 or 33.52% from 725); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF4F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF4F3 is #110B0C. Grayscale: #F2F2F2. Windows color (decimal): -1116941 or 15987950. OLE color: 15987950.

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

Color convert

RGB 238 244 243 -
CMYK 0.02 0 0.00 0.04
HSL 170º 0.21% 0.95% -
HSV(B) 170º 0.02% 0.96% -
XYZ 83.79 89.35 97.62 -
YUV 242.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 238 244 243 0.02 0 0.00 0.04 170 0.21 0.95
Hex EE F4 F3 2 0 0 4 AA 15 5F
Octal 356 364 363 2 0 0 4 252 25 137
Binary 11101110 11110100 11110011 10 0 0 100 10101010 10101 1011111

Color Harmonies of #EEF4F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF4F3

Black with #EEF4F3

Text Example


Text Example

White with #EEF4F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF4F3; }

 p { color: rgb(238,244,243); }

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

background-color css

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

 a { background-color: rgb(238,244,243); }

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

border-color css

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

 span { border-color: rgb(238,244,243); }

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