Html Css Color HEX #EAF6FF Alice Blue

📋 copy color: '#EAF6FF'

red 234 ◦ green 246 ◦ blue 255

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

Shades of Alice Blue #EAF6FF

Tints of Alice Blue #EAF6FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 34.69%

R = 31.84%
G = 33.47%
B = 34.69%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EAF6FF (or 0xEAF6FF) is known color: Alice Blue. HEX triplet: EA, F6 and FF. RGB value is (234,246,255). Sum of RGB (Red+Green+Blue) = 234+246+255=735 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.84% from 735); Green value is 246 (96.48% from 255 or 33.47% from 735); Blue value is 255 (100% from 255 or 34.69% from 735); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAF6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF6FF is #150900. Grayscale: #F3F3F3. Windows color (decimal): -1378561 or 16774890. OLE color: 16774890.

HSL color Cylindrical-coordinate representation of color #EAF6FF: hue angle of 205.71º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAF6FF is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 234 246 255 -
CMYK 0.08 0.04 0 0
HSL 205.71º 1% 0.96% -
HSV(B) 205.71º 0.08% 1% -
XYZ 84.94 90.62 107.62 -
YUV 243.44 134.52 121.27 -
System Red Green Blue C M Y K H S L
Decimal 234 246 255 0.08 0.04 0 0 205.71 1 0.96
Hex EA F6 FF 8 4 0 0 CE 64 60
Octal 352 366 377 10 4 0 0 316 144 140
Binary 11101010 11110110 11111111 1000 100 0 0 11001110 1100100 1100000

Color Harmonies of #EAF6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF6FF

Black with #EAF6FF

Text Example


Text Example

White with #EAF6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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