#EBFAFF

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

Shades of Alice Blue #EBFAFF

Tints of Alice Blue #EBFAFF

Color information

#EBFAFF (or 0xEBFAFF) is unknown color: approx Alice Blue. HEX triplet: EB, FA and FF. RGB value is (235,250,255). Sum of RGB (Red+Green+Blue) = 235+250+255=740 (98% of max value = 765). Red value is 235 (92.19% from 255 or 31.76% from 740); Green value is 250 (98.05% from 255 or 33.78% from 740); Blue value is 255 (100% from 255 or 34.46% from 740); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBFAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFAFF is #140500. Grayscale: #F6F6F6. Windows color (decimal): -1312001 or 16775915. OLE color: 16775915.

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

Color convert

RGB235250255-
CMYK0.080.0200
HSL195º100%96.08%-
HSV(B)195º7.84%100%-
XYZ86.593.25108.05-
YUV246.08133.03120.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 31.76%
GREEN value IS 250 (98.05% from 255) = 33.78%
BLUE value IS 255 (100% from 255) = 34.46%
R=31.76%
G=33.78%
B=34.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352502550.080.020019510096.08
HexEBFAFF8200c36460
Octal35337237710200303144140
Binary111010111111101011111111100010001100001111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFAFF; }

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

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

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

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

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

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

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

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