Html Css Color HEX #EEF5FD Alice Blue

📋 copy color: '#EEF5FD'

red 238 ◦ green 245 ◦ blue 253

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

Shades of Alice Blue #EEF5FD

Tints of Alice Blue #EEF5FD

RGB

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

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

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

R = 32.34%
G = 33.29%
B = 34.38%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EEF5FD (or 0xEEF5FD) is known color: Alice Blue. HEX triplet: EE, F5 and FD. RGB value is (238,245,253). Sum of RGB (Red+Green+Blue) = 238+245+253=736 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.34% from 736); Green value is 245 (96.09% from 255 or 33.29% from 736); Blue value is 253 (99.22% from 255 or 34.38% from 736); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEF5FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF5FD is #110A02. Grayscale: #F3F3F3. Windows color (decimal): -1116675 or 16643566. OLE color: 16643566.

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

Color convert

RGB 238 245 253 -
CMYK 0.06 0.03 0 0.01
HSL 212º 0.79% 0.96% -
HSV(B) 212º 0.06% 0.99% -
XYZ 85.64 90.57 105.9 -
YUV 243.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 238 245 253 0.06 0.03 0 0.01 212 0.79 0.96
Hex EE F5 FD 6 3 0 1 D4 4F 60
Octal 356 365 375 6 3 0 1 324 117 140
Binary 11101110 11110101 11111101 110 11 0 1 11010100 1001111 1100000

Color Harmonies of #EEF5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF5FD

Black with #EEF5FD

Text Example


Text Example

White with #EEF5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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