#EFF9FC

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

Shades of Alice Blue #EFF9FC

Tints of Alice Blue #EFF9FC

Color information

#EFF9FC (or 0xEFF9FC) is unknown color: approx Alice Blue. HEX triplet: EF, F9 and FC. RGB value is (239,249,252). Sum of RGB (Red+Green+Blue) = 239+249+252=740 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.30% from 740); Green value is 249 (97.66% from 255 or 33.65% from 740); Blue value is 252 (98.83% from 255 or 34.05% from 740); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFF9FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF9FC is #100603. Grayscale: #F6F6F6. Windows color (decimal): -1050116 or 16579055. OLE color: 16579055.

HSL color Cylindrical-coordinate representation of color #EFF9FC: hue angle of 193.85º degrees, saturation: 0.68, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFF9FC is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239249252-
CMYK0.050.0100.01
HSL193.85º68.42%96.27%-
HSV(B)193.85º5.16%98.82%-
XYZ87.0493.13105.48-
YUV246.35131.19122.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.30%
GREEN value IS 249 (97.66% from 255) = 33.65%
BLUE value IS 252 (98.83% from 255) = 34.05%
R=32.30%
G=33.65%
B=34.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392492520.050.0100.01193.8568.4296.27
HexEFF9FC5101c24460
Octal3573713745101302104140
Binary1110111111111001111111001011011100001010001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF9FC; }

 p { color: rgb(239,249,252); }

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

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

 a { background-color: rgb(239,249,252); }

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

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

 span { border-color: rgb(239,249,252); }

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