Html Css Color HEX #EEF4F5 Azure

📋 copy color: '#EEF4F5'

red 238 ◦ green 244 ◦ blue 245

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

Shades of Azure #EEF4F5

Tints of Azure #EEF4F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 33.7%

R = 32.74%
G = 33.56%
B = 33.7%

CMYK

 C value IS 0.03

 M value IS 0.00

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EEF4F5 (or 0xEEF4F5) is known color: Azure. HEX triplet: EE, F4 and F5. RGB value is (238,244,245). Sum of RGB (Red+Green+Blue) = 238+244+245=727 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.74% from 727); Green value is 244 (95.70% from 255 or 33.56% from 727); Blue value is 245 (96.09% from 255 or 33.70% from 727); Max value from RGB is 245 - color contains mainly: blue. Hex color #EEF4F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF4F5 is #110B0A. Grayscale: #F2F2F2. Windows color (decimal): -1116939 or 16119022. OLE color: 16119022.

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

Color convert

RGB 238 244 245 -
CMYK 0.03 0.00 0 0.04
HSL 188.57º 0.26% 0.95% -
HSV(B) 188.57º 0.03% 0.96% -
XYZ 84.09 89.47 99.22 -
YUV 242.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 238 244 245 0.03 0.00 0 0.04 188.57 0.26 0.95
Hex EE F4 F5 3 0 0 4 BD 1A 5F
Octal 356 364 365 3 0 0 4 275 32 137
Binary 11101110 11110100 11110101 11 0 0 100 10111101 11010 1011111

Color Harmonies of #EEF4F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF4F5

Black with #EEF4F5

Text Example


Text Example

White with #EEF4F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF4F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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