Html Css Color HEX #EEF8F9 Azure

📋 copy color: '#EEF8F9'

red 238 ◦ green 248 ◦ blue 249

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

Shades of Azure #EEF8F9

Tints of Azure #EEF8F9

RGB

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

 GREEN value IS 248 (97.27% from 255) = 33.74%

 BLUE value IS 249 (97.66% from 255) = 33.88%

R = 32.38%
G = 33.74%
B = 33.88%

CMYK

 C value IS 0.04

 M value IS 0.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EEF8F9 (or 0xEEF8F9) is known color: Azure. HEX triplet: EE, F8 and F9. RGB value is (238,248,249). Sum of RGB (Red+Green+Blue) = 238+248+249=735 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.38% from 735); Green value is 248 (97.27% from 255 or 33.74% from 735); Blue value is 249 (97.66% from 255 or 33.88% from 735); Max value from RGB is 249 - color contains mainly: blue. Hex color #EEF8F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF8F9 is #110706. Grayscale: #F5F5F5. Windows color (decimal): -1115911 or 16382190. OLE color: 16382190.

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

Color convert

RGB 238 248 249 -
CMYK 0.04 0.00 0 0.02
HSL 185.45º 0.48% 0.95% -
HSV(B) 185.45º 0.04% 0.98% -
XYZ 85.93 92.15 102.88 -
YUV 245.12 130.19 122.92 -
System Red Green Blue C M Y K H S L
Decimal 238 248 249 0.04 0.00 0 0.02 185.45 0.48 0.95
Hex EE F8 F9 4 0 0 2 B9 30 5F
Octal 356 370 371 4 0 0 2 271 60 137
Binary 11101110 11111000 11111001 100 0 0 10 10111001 110000 1011111

Color Harmonies of #EEF8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF8F9

Black with #EEF8F9

Text Example


Text Example

White with #EEF8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF8F9; }

 p { color: rgb(238,248,249); }

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

background-color css

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

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

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

border-color css

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

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

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