#EBF4FF

Color #EBF4FF Alice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alice Blue #EBF4FF

Tints of Alice Blue #EBF4FF

Color information

#EBF4FF (or 0xEBF4FF) is unknown color: approx Alice Blue. HEX triplet: EB, F4 and FF. RGB value is (235,244,255). Sum of RGB (Red+Green+Blue) = 235+244+255=734 (97% of max value = 765). Red value is 235 (92.19% from 255 or 32.02% from 734); Green value is 244 (95.70% from 255 or 33.24% from 734); Blue value is 255 (100% from 255 or 34.74% from 734); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBF4FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF4FF is #140B00. Grayscale: #F2F2F2. Windows color (decimal): -1313537 or 16774379. OLE color: 16774379.

HSL color Cylindrical-coordinate representation of color #EBF4FF: hue angle of 213º 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 #EBF4FF is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB235244255-
CMYK0.080.0400
HSL213º100%96.08%-
HSV(B)213º7.84%100%-
XYZ84.6689.58107.44-
YUV242.56135.02122.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.02%
GREEN value IS 244 (95.70% from 255) = 33.24%
BLUE value IS 255 (100% from 255) = 34.74%
R=32.02%
G=33.24%
B=34.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352442550.080.040021310096.08
HexEBF4FF8400d56460
Octal35336437710400325144140
Binary1110101111110100111111111000100001101010111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF4FF; }

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

 H1.HeaderClassName
 {
   color: #EBF4FF;
 }
 .AnyTagClassName
 {
   color: #EBF4FF;
 }
</style>
background-color css

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

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

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

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

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

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