#EBF2FA

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

Shades of Alice Blue #EBF2FA

Tints of Alice Blue #EBF2FA

Color information

#EBF2FA (or 0xEBF2FA) is unknown color: approx Alice Blue. HEX triplet: EB, F2 and FA. RGB value is (235,242,250). Sum of RGB (Red+Green+Blue) = 235+242+250=727 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.32% from 727); Green value is 242 (94.92% from 255 or 33.29% from 727); Blue value is 250 (98.05% from 255 or 34.39% from 727); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBF2FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF2FA is #140D05. Grayscale: #F0F0F0. Windows color (decimal): -1314054 or 16446187. OLE color: 16446187.

HSL color Cylindrical-coordinate representation of color #EBF2FA: hue angle of 212º degrees, saturation: 0.6, 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 #EBF2FA is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235242250-
CMYK0.060.0300.02
HSL212º60%95.1%-
HSV(B)212º6%98.04%-
XYZ83.2788.07103.05-
YUV240.82133.18123.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.32%
GREEN value IS 242 (94.92% from 255) = 33.29%
BLUE value IS 250 (98.05% from 255) = 34.39%
R=32.32%
G=33.29%
B=34.39%

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
Decimal2352422500.060.0300.022126095.1
HexEBF2FA6302d43c5f
Octal353362372630232474137
Binary11101011111100101111101011011010110101001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF2FA; }

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

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

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

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

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

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

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

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