Html Css Color HEX #EAF1F8 Alice Blue

📋 copy color: '#EAF1F8'

red 234 ◦ green 241 ◦ blue 248

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

Shades of Alice Blue #EAF1F8

Tints of Alice Blue #EAF1F8

RGB

 RED value IS 234 (91.8% from 255) = 32.37%

 GREEN value IS 241 (94.53% from 255) = 33.33%

 BLUE value IS 248 (97.27% from 255) = 34.3%

R = 32.37%
G = 33.33%
B = 34.3%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EAF1F8 (or 0xEAF1F8) is known color: Alice Blue. HEX triplet: EA, F1 and F8. RGB value is (234,241,248). Sum of RGB (Red+Green+Blue) = 234+241+248=723 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.37% from 723); Green value is 241 (94.53% from 255 or 33.33% from 723); Blue value is 248 (97.27% from 255 or 34.30% from 723); Max value from RGB is 248 - color contains mainly: blue. Hex color #EAF1F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF1F8 is #150E07. Grayscale: #EFEFEF. Windows color (decimal): -1379848 or 16314858. OLE color: 16314858.

HSL color Cylindrical-coordinate representation of color #EAF1F8: hue angle of 210º degrees, saturation: 0.5, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EAF1F8 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 241 248 -
CMYK 0.06 0.03 0 0.03
HSL 210º 0.5% 0.95% -
HSV(B) 210º 0.06% 0.97% -
XYZ 82.33 87.18 101.3 -
YUV 239.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 234 241 248 0.06 0.03 0 0.03 210 0.5 0.95
Hex EA F1 F8 6 3 0 3 D2 32 5F
Octal 352 361 370 6 3 0 3 322 62 137
Binary 11101010 11110001 11111000 110 11 0 11 11010010 110010 1011111

Color Harmonies of #EAF1F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF1F8

Black with #EAF1F8

Text Example


Text Example

White with #EAF1F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF1F8; }

 p { color: rgb(234,241,248); }

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

background-color css

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

 a { background-color: rgb(234,241,248); }

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

border-color css

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

 span { border-color: rgb(234,241,248); }

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