Html Css Color HEX #EEFAFE Alice Blue

📋 copy color: '#EEFAFE'

red 238 ◦ green 250 ◦ blue 254

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

Shades of Alice Blue #EEFAFE

Tints of Alice Blue #EEFAFE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 33.69%

 BLUE value IS 254 (99.61% from 255) = 34.23%

R = 32.08%
G = 33.69%
B = 34.23%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EEFAFE (or 0xEEFAFE) is known color: Alice Blue. HEX triplet: EE, FA and FE. RGB value is (238,250,254). Sum of RGB (Red+Green+Blue) = 238+250+254=742 (98% of max value = 765). Red value is 238 (93.36% from 255 or 32.08% from 742); Green value is 250 (98.05% from 255 or 33.69% from 742); Blue value is 254 (99.61% from 255 or 34.23% from 742); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEFAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFAFE is #110501. Grayscale: #F6F6F6. Windows color (decimal): -1115394 or 16710382. OLE color: 16710382.

HSL color Cylindrical-coordinate representation of color #EEFAFE: hue angle of 195º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEFAFE is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 238 250 254 -
CMYK 0.06 0.02 0 0.00
HSL 195º 0.89% 0.96% -
HSV(B) 195º 0.06% 1% -
XYZ 87.33 93.7 107.25 -
YUV 246.87 132.02 121.67 -
System Red Green Blue C M Y K H S L
Decimal 238 250 254 0.06 0.02 0 0.00 195 0.89 0.96
Hex EE FA FE 6 2 0 0 C3 59 60
Octal 356 372 376 6 2 0 0 303 131 140
Binary 11101110 11111010 11111110 110 10 0 0 11000011 1011001 1100000

Color Harmonies of #EEFAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFAFE

Black with #EEFAFE

Text Example


Text Example

White with #EEFAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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