Html Css Color HEX #EEF0F0 Azure

📋 copy color: '#EEF0F0'

red 238 ◦ green 240 ◦ blue 240

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

Shades of Azure #EEF0F0

Tints of Azure #EEF0F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 33.43%

R = 33.15%
G = 33.43%
B = 33.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EEF0F0 (or 0xEEF0F0) is known color: Azure. HEX triplet: EE, F0 and F0. RGB value is (238,240,240). Sum of RGB (Red+Green+Blue) = 238+240+240=718 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.15% from 718); Green value is 240 (94.14% from 255 or 33.43% from 718); Blue value is 240 (94.14% from 255 or 33.43% from 718); Max value from RGB is 240 - color contains mainly: green, blue. Hex color #EEF0F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF0F0 is #110F0F. Grayscale: #EFEFEF. Windows color (decimal): -1117968 or 15790318. OLE color: 15790318.

HSL color Cylindrical-coordinate representation of color #EEF0F0: hue angle of 180º degrees, saturation: 0.06, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EEF0F0 is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 240 240 -
CMYK 0.01 0 0 0.06
HSL 180º 0.06% 0.94% -
HSV(B) 180º 0.01% 0.94% -
XYZ 82.15 86.79 94.86 -
YUV 239.4 128.34 127 -
System Red Green Blue C M Y K H S L
Decimal 238 240 240 0.01 0 0 0.06 180 0.06 0.94
Hex EE F0 F0 1 0 0 6 B4 6 5E
Octal 356 360 360 1 0 0 6 264 6 136
Binary 11101110 11110000 11110000 1 0 0 110 10110100 110 1011110

Color Harmonies of #EEF0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF0F0

Black with #EEF0F0

Text Example


Text Example

White with #EEF0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF0F0; }

 p { color: rgb(238,240,240); }

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

background-color css

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

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

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

border-color css

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

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

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