Html Css Color HEX #EEF8FA Azure

📋 copy color: '#EEF8FA'

red 238 ◦ green 248 ◦ blue 250

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

Shades of Azure #EEF8FA

Tints of Azure #EEF8FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 33.97%

R = 32.34%
G = 33.7%
B = 33.97%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EEF8FA (or 0xEEF8FA) is known color: Azure. HEX triplet: EE, F8 and FA. RGB value is (238,248,250). Sum of RGB (Red+Green+Blue) = 238+248+250=736 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.34% from 736); Green value is 248 (97.27% from 255 or 33.70% from 736); Blue value is 250 (98.05% from 255 or 33.97% from 736); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEF8FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF8FA is #110705. Grayscale: #F5F5F5. Windows color (decimal): -1115910 or 16447726. OLE color: 16447726.

HSL color Cylindrical-coordinate representation of color #EEF8FA: hue angle of 190º degrees, saturation: 0.55, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EEF8FA is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 248 250 -
CMYK 0.05 0.01 0 0.02
HSL 190º 0.55% 0.96% -
HSV(B) 190º 0.05% 0.98% -
XYZ 86.08 92.21 103.7 -
YUV 245.24 130.69 122.84 -
System Red Green Blue C M Y K H S L
Decimal 238 248 250 0.05 0.01 0 0.02 190 0.55 0.96
Hex EE F8 FA 5 1 0 2 BE 37 60
Octal 356 370 372 5 1 0 2 276 67 140
Binary 11101110 11111000 11111010 101 1 0 10 10111110 110111 1100000

Color Harmonies of #EEF8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF8FA

Black with #EEF8FA

Text Example


Text Example

White with #EEF8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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