Html Css Color HEX #EAF8FE Alice Blue

📋 copy color: '#EAF8FE'

red 234 ◦ green 248 ◦ blue 254

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

Shades of Alice Blue #EAF8FE

Tints of Alice Blue #EAF8FE

RGB

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

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

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

R = 31.79%
G = 33.7%
B = 34.51%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EAF8FE (or 0xEAF8FE) is known color: Alice Blue. HEX triplet: EA, F8 and FE. RGB value is (234,248,254). Sum of RGB (Red+Green+Blue) = 234+248+254=736 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.79% from 736); Green value is 248 (97.27% from 255 or 33.70% from 736); Blue value is 254 (99.61% from 255 or 34.51% from 736); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAF8FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF8FE is #150701. Grayscale: #F4F4F4. Windows color (decimal): -1378050 or 16709866. OLE color: 16709866.

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

Color convert

RGB 234 248 254 -
CMYK 0.08 0.02 0 0.00
HSL 198º 0.91% 0.96% -
HSV(B) 198º 0.08% 1% -
XYZ 85.39 91.78 106.98 -
YUV 244.5 133.36 120.51 -
System Red Green Blue C M Y K H S L
Decimal 234 248 254 0.08 0.02 0 0.00 198 0.91 0.96
Hex EA F8 FE 8 2 0 0 C6 5B 60
Octal 352 370 376 10 2 0 0 306 133 140
Binary 11101010 11111000 11111110 1000 10 0 0 11000110 1011011 1100000

Color Harmonies of #EAF8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF8FE

Black with #EAF8FE

Text Example


Text Example

White with #EAF8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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