Html Css Color HEX #EEF9FC Azure

📋 copy color: '#EEF9FC'

red 238 ◦ green 249 ◦ blue 252

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

Shades of Azure #EEF9FC

Tints of Azure #EEF9FC

RGB

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

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

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

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

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #EEF9FC: hue angle of 192.86º 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 #EEF9FC is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 249 252 -
CMYK 0.06 0.01 0 0.01
HSL 192.86º 0.7% 0.96% -
HSV(B) 192.86º 0.06% 0.99% -
XYZ 86.71 92.96 105.47 -
YUV 246.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 238 249 252 0.06 0.01 0 0.01 192.86 0.7 0.96
Hex EE F9 FC 6 1 0 1 C1 46 60
Octal 356 371 374 6 1 0 1 301 106 140
Binary 11101110 11111001 11111100 110 1 0 1 11000001 1000110 1100000

Color Harmonies of #EEF9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF9FC

Black with #EEF9FC

Text Example


Text Example

White with #EEF9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF9FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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