Html Css Color HEX #EAF6FB Alice Blue

📋 copy color: '#EAF6FB'

red 234 ◦ green 246 ◦ blue 251

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

Shades of Alice Blue #EAF6FB

Tints of Alice Blue #EAF6FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 34.34%

R = 32.01%
G = 33.65%
B = 34.34%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EAF6FB (or 0xEAF6FB) is known color: Alice Blue. HEX triplet: EA, F6 and FB. RGB value is (234,246,251). Sum of RGB (Red+Green+Blue) = 234+246+251=731 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.01% from 731); Green value is 246 (96.48% from 255 or 33.65% from 731); Blue value is 251 (98.44% from 255 or 34.34% from 731); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAF6FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF6FB is #150904. Grayscale: #F2F2F2. Windows color (decimal): -1378565 or 16512746. OLE color: 16512746.

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

Color convert

RGB 234 246 251 -
CMYK 0.07 0.02 0 0.02
HSL 197.65º 0.68% 0.95% -
HSV(B) 197.65º 0.07% 0.98% -
XYZ 84.3 90.37 104.27 -
YUV 242.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 234 246 251 0.07 0.02 0 0.02 197.65 0.68 0.95
Hex EA F6 FB 7 2 0 2 C6 44 5F
Octal 352 366 373 7 2 0 2 306 104 137
Binary 11101010 11110110 11111011 111 10 0 10 11000110 1000100 1011111

Color Harmonies of #EAF6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF6FB

Black with #EAF6FB

Text Example


Text Example

White with #EAF6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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