Html Css Color HEX #EAF3FD Alice Blue

📋 copy color: '#EAF3FD'

red 234 ◦ green 243 ◦ blue 253

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

Shades of Alice Blue #EAF3FD

Tints of Alice Blue #EAF3FD

RGB

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

 GREEN value IS 243 (95.31% from 255) = 33.29%

 BLUE value IS 253 (99.22% from 255) = 34.66%

R = 32.05%
G = 33.29%
B = 34.66%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EAF3FD (or 0xEAF3FD) is known color: Alice Blue. HEX triplet: EA, F3 and FD. RGB value is (234,243,253). Sum of RGB (Red+Green+Blue) = 234+243+253=730 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.05% from 730); Green value is 243 (95.31% from 255 or 33.29% from 730); Blue value is 253 (99.22% from 255 or 34.66% from 730); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAF3FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF3FD is #150C02. Grayscale: #F1F1F1. Windows color (decimal): -1379331 or 16643050. OLE color: 16643050.

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

Color convert

RGB 234 243 253 -
CMYK 0.08 0.04 0 0.01
HSL 211.58º 0.83% 0.95% -
HSV(B) 211.58º 0.08% 0.99% -
XYZ 83.71 88.69 105.63 -
YUV 241.45 134.52 122.69 -
System Red Green Blue C M Y K H S L
Decimal 234 243 253 0.08 0.04 0 0.01 211.58 0.83 0.95
Hex EA F3 FD 8 4 0 1 D4 53 5F
Octal 352 363 375 10 4 0 1 324 123 137
Binary 11101010 11110011 11111101 1000 100 0 1 11010100 1010011 1011111

Color Harmonies of #EAF3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF3FD

Black with #EAF3FD

Text Example


Text Example

White with #EAF3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF3FD; }

 p { color: rgb(234,243,253); }

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

background-color css

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

 a { background-color: rgb(234,243,253); }

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

border-color css

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

 span { border-color: rgb(234,243,253); }

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