Html Css Color HEX #EEF5FA Alice Blue

📋 copy color: '#EEF5FA'

red 238 ◦ green 245 ◦ blue 250

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

Shades of Alice Blue #EEF5FA

Tints of Alice Blue #EEF5FA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 33.42%

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

R = 32.47%
G = 33.42%
B = 34.11%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EEF5FA (or 0xEEF5FA) is known color: Alice Blue. HEX triplet: EE, F5 and FA. RGB value is (238,245,250). Sum of RGB (Red+Green+Blue) = 238+245+250=733 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.47% from 733); Green value is 245 (96.09% from 255 or 33.42% from 733); Blue value is 250 (98.05% from 255 or 34.11% from 733); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEF5FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF5FA is #110A05. Grayscale: #F3F3F3. Windows color (decimal): -1116678 or 16446958. OLE color: 16446958.

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

Color convert

RGB 238 245 250 -
CMYK 0.05 0.02 0 0.02
HSL 205º 0.55% 0.96% -
HSV(B) 205º 0.05% 0.98% -
XYZ 85.17 90.38 103.4 -
YUV 243.48 131.68 124.09 -
System Red Green Blue C M Y K H S L
Decimal 238 245 250 0.05 0.02 0 0.02 205 0.55 0.96
Hex EE F5 FA 5 2 0 2 CD 37 60
Octal 356 365 372 5 2 0 2 315 67 140
Binary 11101110 11110101 11111010 101 10 0 10 11001101 110111 1100000

Color Harmonies of #EEF5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF5FA

Black with #EEF5FA

Text Example


Text Example

White with #EEF5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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