Html Css Color HEX #EEF8FD Alice Blue

📋 copy color: '#EEF8FD'

red 238 ◦ green 248 ◦ blue 253

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

Shades of Alice Blue #EEF8FD

Tints of Alice Blue #EEF8FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 34.24%

R = 32.21%
G = 33.56%
B = 34.24%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EEF8FD (or 0xEEF8FD) is known color: Alice Blue. HEX triplet: EE, F8 and FD. RGB value is (238,248,253). Sum of RGB (Red+Green+Blue) = 238+248+253=739 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.21% from 739); Green value is 248 (97.27% from 255 or 33.56% from 739); Blue value is 253 (99.22% from 255 or 34.24% from 739); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEF8FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF8FD is #110702. Grayscale: #F5F5F5. Windows color (decimal): -1115907 or 16644334. OLE color: 16644334.

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

Color convert

RGB 238 248 253 -
CMYK 0.06 0.02 0 0.01
HSL 200º 0.79% 0.96% -
HSV(B) 200º 0.06% 0.99% -
XYZ 86.56 92.4 106.2 -
YUV 245.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 238 248 253 0.06 0.02 0 0.01 200 0.79 0.96
Hex EE F8 FD 6 2 0 1 C8 4F 60
Octal 356 370 375 6 2 0 1 310 117 140
Binary 11101110 11111000 11111101 110 10 0 1 11001000 1001111 1100000

Color Harmonies of #EEF8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF8FD

Black with #EEF8FD

Text Example


Text Example

White with #EEF8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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