Html Css Color HEX #EAF6FA Alice Blue

📋 copy color: '#EAF6FA'

red 234 ◦ green 246 ◦ blue 250

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

Shades of Alice Blue #EAF6FA

Tints of Alice Blue #EAF6FA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 33.7%

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

R = 32.05%
G = 33.7%
B = 34.25%

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

#EAF6FA (or 0xEAF6FA) is known color: Alice Blue. HEX triplet: EA, F6 and FA. RGB value is (234,246,250). Sum of RGB (Red+Green+Blue) = 234+246+250=730 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.05% from 730); Green value is 246 (96.48% from 255 or 33.70% from 730); Blue value is 250 (98.05% from 255 or 34.25% from 730); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAF6FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF6FA is #150905. Grayscale: #F2F2F2. Windows color (decimal): -1378566 or 16447210. OLE color: 16447210.

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

Color convert

RGB 234 246 250 -
CMYK 0.06 0.02 0 0.02
HSL 195º 0.62% 0.95% -
HSV(B) 195º 0.06% 0.98% -
XYZ 84.14 90.31 103.44 -
YUV 242.87 132.02 121.67 -
System Red Green Blue C M Y K H S L
Decimal 234 246 250 0.06 0.02 0 0.02 195 0.62 0.95
Hex EA F6 FA 6 2 0 2 C3 3E 5F
Octal 352 366 372 6 2 0 2 303 76 137
Binary 11101010 11110110 11111010 110 10 0 10 11000011 111110 1011111

Color Harmonies of #EAF6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF6FA

Black with #EAF6FA

Text Example


Text Example

White with #EAF6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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