Html Css Color HEX #EBF4FE Alice Blue

📋 copy color: '#EBF4FE'

red 235 ◦ green 244 ◦ blue 254

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

Shades of Alice Blue #EBF4FE

Tints of Alice Blue #EBF4FE

RGB

 RED value IS 235 (92.19% from 255) = 32.06%

 GREEN value IS 244 (95.7% from 255) = 33.29%

 BLUE value IS 254 (99.61% from 255) = 34.65%

R = 32.06%
G = 33.29%
B = 34.65%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EBF4FE (or 0xEBF4FE) is known color: Alice Blue. HEX triplet: EB, F4 and FE. RGB value is (235,244,254). Sum of RGB (Red+Green+Blue) = 235+244+254=733 (97% of max value = 765). Red value is 235 (92.19% from 255 or 32.06% from 733); Green value is 244 (95.70% from 255 or 33.29% from 733); Blue value is 254 (99.61% from 255 or 34.65% from 733); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBF4FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF4FE is #140B01. Grayscale: #F2F2F2. Windows color (decimal): -1313538 or 16708843. OLE color: 16708843.

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

Color convert

RGB 235 244 254 -
CMYK 0.07 0.04 0 0.00
HSL 211.58º 0.9% 0.96% -
HSV(B) 211.58º 0.07% 1% -
XYZ 84.5 89.52 106.59 -
YUV 242.45 134.52 122.69 -
System Red Green Blue C M Y K H S L
Decimal 235 244 254 0.07 0.04 0 0.00 211.58 0.9 0.96
Hex EB F4 FE 7 4 0 0 D4 5A 60
Octal 353 364 376 7 4 0 0 324 132 140
Binary 11101011 11110100 11111110 111 100 0 0 11010100 1011010 1100000

Color Harmonies of #EBF4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF4FE

Black with #EBF4FE

Text Example


Text Example

White with #EBF4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF4FE; }

 p { color: rgb(235,244,254); }

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

background-color css

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

 a { background-color: rgb(235,244,254); }

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

border-color css

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

 span { border-color: rgb(235,244,254); }

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