#EFFAFA

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

Shades of Azure #EFFAFA

Tints of Azure #EFFAFA

Color information

#EFFAFA (or 0xEFFAFA) is unknown color: approx Azure. HEX triplet: EF, FA and FA. RGB value is (239,250,250). Sum of RGB (Red+Green+Blue) = 239+250+250=739 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.34% from 739); Green value is 250 (98.05% from 255 or 33.83% from 739); Blue value is 250 (98.05% from 255 or 33.83% from 739); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #EFFAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFAFA is #100505. Grayscale: #F6F6F6. Windows color (decimal): -1049862 or 16448239. OLE color: 16448239.

HSL color Cylindrical-coordinate representation of color #EFFAFA: hue angle of 180º degrees, saturation: 0.52, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFFAFA is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239250250-
CMYK0.04000.02
HSL180º52.38%95.88%-
HSV(B)180º4.4%98.04%-
XYZ87.0493.62103.93-
YUV246.71129.86122.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.34%
GREEN value IS 250 (98.05% from 255) = 33.83%
BLUE value IS 250 (98.05% from 255) = 33.83%
R=32.34%
G=33.83%
B=33.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392502500.04000.0218052.3895.88
HexEFFAFA4002b43460
Octal357372372400226464140
Binary1110111111111010111110101000010101101001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFAFA; }

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

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

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

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

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

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

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

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