#EFF9FE

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

Shades of Alice Blue #EFF9FE

Tints of Alice Blue #EFF9FE

Color information

#EFF9FE (or 0xEFF9FE) is unknown color: approx Alice Blue. HEX triplet: EF, F9 and FE. RGB value is (239,249,254). Sum of RGB (Red+Green+Blue) = 239+249+254=742 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.21% from 742); Green value is 249 (97.66% from 255 or 33.56% from 742); Blue value is 254 (99.61% from 255 or 34.23% from 742); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFF9FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF9FE is #100601. Grayscale: #F6F6F6. Windows color (decimal): -1050114 or 16710127. OLE color: 16710127.

HSL color Cylindrical-coordinate representation of color #EFF9FE: hue angle of 200º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFF9FE is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB239249254-
CMYK0.060.0200.00
HSL200º88.24%96.67%-
HSV(B)200º5.91%99.61%-
XYZ87.3693.26107.16-
YUV246.58132.19122.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.21%
GREEN value IS 249 (97.66% from 255) = 33.56%
BLUE value IS 254 (99.61% from 255) = 34.23%
R=32.21%
G=33.56%
B=34.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392492540.060.0200.0020088.2496.67
HexEFF9FE6200c85861
Octal3573713766200310130141
Binary11101111111110011111111011010001100100010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF9FE; }

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

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

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

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

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

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

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

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