#EBF3FA

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

Shades of Alice Blue #EBF3FA

Tints of Alice Blue #EBF3FA

Color information

#EBF3FA (or 0xEBF3FA) is unknown color: approx Alice Blue. HEX triplet: EB, F3 and FA. RGB value is (235,243,250). Sum of RGB (Red+Green+Blue) = 235+243+250=728 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.28% from 728); Green value is 243 (95.31% from 255 or 33.38% from 728); Blue value is 250 (98.05% from 255 or 34.34% from 728); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBF3FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF3FA is #140C05. Grayscale: #F1F1F1. Windows color (decimal): -1313798 or 16446443. OLE color: 16446443.

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

Color convert

RGB235243250-
CMYK0.060.0300.02
HSL208º60%95.1%-
HSV(B)208º6%98.04%-
XYZ83.5788.67103.15-
YUV241.41132.85123.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.28%
GREEN value IS 243 (95.31% from 255) = 33.38%
BLUE value IS 250 (98.05% from 255) = 34.34%
R=32.28%
G=33.38%
B=34.34%

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
Decimal2352432500.060.0300.022086095.1
HexEBF3FA6302d03c5f
Octal353363372630232074137
Binary11101011111100111111101011011010110100001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF3FA; }

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

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

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

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

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

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

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

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