#EBF2F9

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

Shades of Alice Blue #EBF2F9

Tints of Alice Blue #EBF2F9

Color information

#EBF2F9 (or 0xEBF2F9) is unknown color: approx Alice Blue. HEX triplet: EB, F2 and F9. RGB value is (235,242,249). Sum of RGB (Red+Green+Blue) = 235+242+249=726 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.37% from 726); Green value is 242 (94.92% from 255 or 33.33% from 726); Blue value is 249 (97.66% from 255 or 34.30% from 726); Max value from RGB is 249 - color contains mainly: blue. Hex color #EBF2F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF2F9 is #140D06. Grayscale: #F0F0F0. Windows color (decimal): -1314055 or 16380651. OLE color: 16380651.

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

Color convert

RGB235242249-
CMYK0.060.0300.02
HSL210º53.85%94.9%-
HSV(B)210º5.62%97.65%-
XYZ83.1188.01102.23-
YUV240.7132.68123.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.37%
GREEN value IS 242 (94.92% from 255) = 33.33%
BLUE value IS 249 (97.66% from 255) = 34.30%
R=32.37%
G=33.33%
B=34.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352422490.060.0300.0221053.8594.9
HexEBF2F96302d2365f
Octal353362371630232266137
Binary11101011111100101111100111011010110100101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF2F9; }

 p { color: rgb(235,242,249); }

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

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

 a { background-color: rgb(235,242,249); }

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

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

 span { border-color: rgb(235,242,249); }

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