Html Css Color HEX #EAF4FA Alice Blue

📋 copy color: '#EAF4FA'

red 234 ◦ green 244 ◦ blue 250

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

Shades of Alice Blue #EAF4FA

Tints of Alice Blue #EAF4FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 34.34%

R = 32.14%
G = 33.52%
B = 34.34%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EAF4FA (or 0xEAF4FA) is known color: Alice Blue. HEX triplet: EA, F4 and FA. RGB value is (234,244,250). Sum of RGB (Red+Green+Blue) = 234+244+250=728 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.14% from 728); Green value is 244 (95.70% from 255 or 33.52% from 728); Blue value is 250 (98.05% from 255 or 34.34% from 728); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAF4FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF4FA is #150B05. Grayscale: #F1F1F1. Windows color (decimal): -1379078 or 16446698. OLE color: 16446698.

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

Color convert

RGB 234 244 250 -
CMYK 0.06 0.02 0 0.02
HSL 202.5º 0.62% 0.95% -
HSV(B) 202.5º 0.06% 0.98% -
XYZ 83.54 89.1 103.24 -
YUV 241.69 132.69 122.51 -
System Red Green Blue C M Y K H S L
Decimal 234 244 250 0.06 0.02 0 0.02 202.5 0.62 0.95
Hex EA F4 FA 6 2 0 2 CA 3E 5F
Octal 352 364 372 6 2 0 2 312 76 137
Binary 11101010 11110100 11111010 110 10 0 10 11001010 111110 1011111

Color Harmonies of #EAF4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF4FA

Black with #EAF4FA

Text Example


Text Example

White with #EAF4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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