Html Css Color HEX #EAF6FC Alice Blue

📋 copy color: '#EAF6FC'

red 234 ◦ green 246 ◦ blue 252

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

Shades of Alice Blue #EAF6FC

Tints of Alice Blue #EAF6FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 34.43%

R = 31.97%
G = 33.61%
B = 34.43%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EAF6FC (or 0xEAF6FC) is known color: Alice Blue. HEX triplet: EA, F6 and FC. RGB value is (234,246,252). Sum of RGB (Red+Green+Blue) = 234+246+252=732 (96% of max value = 765). Red value is 234 (91.80% from 255 or 31.97% from 732); Green value is 246 (96.48% from 255 or 33.61% from 732); Blue value is 252 (98.83% from 255 or 34.43% from 732); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAF6FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF6FC is #150903. Grayscale: #F3F3F3. Windows color (decimal): -1378564 or 16578282. OLE color: 16578282.

HSL color Cylindrical-coordinate representation of color #EAF6FC: hue angle of 200º degrees, saturation: 0.75, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EAF6FC is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 234 246 252 -
CMYK 0.07 0.02 0 0.01
HSL 200º 0.75% 0.95% -
HSV(B) 200º 0.07% 0.99% -
XYZ 84.46 90.43 105.1 -
YUV 243.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 234 246 252 0.07 0.02 0 0.01 200 0.75 0.95
Hex EA F6 FC 7 2 0 1 C8 4B 5F
Octal 352 366 374 7 2 0 1 310 113 137
Binary 11101010 11110110 11111100 111 10 0 1 11001000 1001011 1011111

Color Harmonies of #EAF6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF6FC

Black with #EAF6FC

Text Example


Text Example

White with #EAF6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF6FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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