#EFFAFF

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

Shades of Alice Blue #EFFAFF

Tints of Alice Blue #EFFAFF

Color information

#EFFAFF (or 0xEFFAFF) is unknown color: approx Alice Blue. HEX triplet: EF, FA and FF. RGB value is (239,250,255). Sum of RGB (Red+Green+Blue) = 239+250+255=744 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.12% from 744); Green value is 250 (98.05% from 255 or 33.60% from 744); Blue value is 255 (100% from 255 or 34.27% from 744); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFFAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFAFF is #100500. Grayscale: #F7F7F7. Windows color (decimal): -1049857 or 16775919. OLE color: 16775919.

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

Color convert

RGB239250255-
CMYK0.060.0200
HSL198.75º100%96.86%-
HSV(B)198.75º6.27%100%-
XYZ87.8393.94108.11-
YUV247.28132.36122.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.12%
GREEN value IS 250 (98.05% from 255) = 33.60%
BLUE value IS 255 (100% from 255) = 34.27%
R=32.12%
G=33.60%
B=34.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392502550.060.0200198.7510096.86
HexEFFAFF6200c76461
Octal3573723776200307144141
Binary11101111111110101111111111010001100011111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFAFF; }

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

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

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

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

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

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

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

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