Html Css Color HEX #EEFCF9 Azure

📋 copy color: '#EEFCF9'

red 238 ◦ green 252 ◦ blue 249

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

Shades of Azure #EEFCF9

Tints of Azure #EEFCF9

RGB

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

 GREEN value IS 252 (98.83% from 255) = 34.1%

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

R = 32.21%
G = 34.1%
B = 33.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#EEFCF9 (or 0xEEFCF9) is known color: Azure. HEX triplet: EE, FC and F9. RGB value is (238,252,249). Sum of RGB (Red+Green+Blue) = 238+252+249=739 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.21% from 739); Green value is 252 (98.83% from 255 or 34.10% from 739); Blue value is 249 (97.66% from 255 or 33.69% from 739); Max value from RGB is 252 - color contains mainly: green. Hex color #EEFCF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFCF9 is #110306. Grayscale: #F7F7F7. Windows color (decimal): -1114887 or 16383214. OLE color: 16383214.

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

Color convert

RGB 238 252 249 -
CMYK 0.06 0 0.01 0.01
HSL 167.14º 0.7% 0.96% -
HSV(B) 167.14º 0.06% 0.99% -
XYZ 87.17 94.64 103.3 -
YUV 247.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 238 252 249 0.06 0 0.01 0.01 167.14 0.7 0.96
Hex EE FC F9 6 0 1 1 A7 46 60
Octal 356 374 371 6 0 1 1 247 106 140
Binary 11101110 11111100 11111001 110 0 1 1 10100111 1000110 1100000

Color Harmonies of #EEFCF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFCF9

Black with #EEFCF9

Text Example


Text Example

White with #EEFCF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFCF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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