#EFF6FE

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

Shades of Alice Blue #EFF6FE

Tints of Alice Blue #EFF6FE

Color information

#EFF6FE (or 0xEFF6FE) is unknown color: approx Alice Blue. HEX triplet: EF, F6 and FE. RGB value is (239,246,254). Sum of RGB (Red+Green+Blue) = 239+246+254=739 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.34% from 739); Green value is 246 (96.48% from 255 or 33.29% from 739); Blue value is 254 (99.61% from 255 or 34.37% from 739); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFF6FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF6FE is #100901. Grayscale: #F4F4F4. Windows color (decimal): -1050882 or 16709359. OLE color: 16709359.

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

Color convert

RGB239246254-
CMYK0.060.0300.00
HSL212º88.24%96.67%-
HSV(B)212º5.91%99.61%-
XYZ86.4491.42106.86-
YUV244.82133.18123.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.34%
GREEN value IS 246 (96.48% from 255) = 33.29%
BLUE value IS 254 (99.61% from 255) = 34.37%
R=32.34%
G=33.29%
B=34.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392462540.060.0300.0021288.2496.67
HexEFF6FE6300d45861
Octal3573663766300324130141
Binary11101111111101101111111011011001101010010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF6FE; }

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

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

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

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

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

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

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

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