Html Css Color HEX #EAF4FE Alice Blue

📋 copy color: '#EAF4FE'

red 234 ◦ green 244 ◦ blue 254

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

Shades of Alice Blue #EAF4FE

Tints of Alice Blue #EAF4FE

RGB

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

 GREEN value IS 244 (95.7% from 255) = 33.33%

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

R = 31.97%
G = 33.33%
B = 34.7%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EAF4FE (or 0xEAF4FE) is known color: Alice Blue. HEX triplet: EA, F4 and FE. RGB value is (234,244,254). Sum of RGB (Red+Green+Blue) = 234+244+254=732 (96% of max value = 765). Red value is 234 (91.80% from 255 or 31.97% from 732); Green value is 244 (95.70% from 255 or 33.33% from 732); Blue value is 254 (99.61% from 255 or 34.70% from 732); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAF4FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF4FE is #150B01. Grayscale: #F2F2F2. Windows color (decimal): -1379074 or 16708842. OLE color: 16708842.

HSL color Cylindrical-coordinate representation of color #EAF4FE: hue angle of 210º 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 #EAF4FE is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 234 244 254 -
CMYK 0.08 0.04 0 0.00
HSL 210º 0.91% 0.96% -
HSV(B) 210º 0.08% 1% -
XYZ 84.17 89.35 106.58 -
YUV 242.15 134.69 122.19 -
System Red Green Blue C M Y K H S L
Decimal 234 244 254 0.08 0.04 0 0.00 210 0.91 0.96
Hex EA F4 FE 8 4 0 0 D2 5B 60
Octal 352 364 376 10 4 0 0 322 133 140
Binary 11101010 11110100 11111110 1000 100 0 0 11010010 1011011 1100000

Color Harmonies of #EAF4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF4FE

Black with #EAF4FE

Text Example


Text Example

White with #EAF4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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