#EFFFFF

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

Shades of Azure #EFFFFF

Tints of Azure #EFFFFF

Color information

#EFFFFF (or 0xEFFFFF) is unknown color: approx Azure. HEX triplet: EF, FF and FF. RGB value is (239,255,255). Sum of RGB (Red+Green+Blue) = 239+255+255=749 (99% of max value = 765). Red value is 239 (93.75% from 255 or 31.91% from 749); Green value is 255 (100% from 255 or 34.05% from 749); Blue value is 255 (100% from 255 or 34.05% from 749); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #EFFFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFFFF is #100000. Grayscale: #FAFAFA. Windows color (decimal): -1048577 or 16777199. OLE color: 16777199.

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

Color convert

RGB239255255-
CMYK0.06000
HSL180º100%96.86%-
HSV(B)180º6.27%100%-
XYZ89.4197.09108.64-
YUV250.22130.7120-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 31.91%
GREEN value IS 255 (100% from 255) = 34.05%
BLUE value IS 255 (100% from 255) = 34.05%
R=31.91%
G=34.05%
B=34.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392552550.0600018010096.86
HexEFFFFF6000b46461
Octal3573773776000264144141
Binary1110111111111111111111111100001011010011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFFFF; }

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

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

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

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

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

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

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

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