#EFFDFE

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

Shades of Azure #EFFDFE

Tints of Azure #EFFDFE

Color information

#EFFDFE (or 0xEFFDFE) is unknown color: approx Azure. HEX triplet: EF, FD and FE. RGB value is (239,253,254). Sum of RGB (Red+Green+Blue) = 239+253+254=746 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.04% from 746); Green value is 253 (99.22% from 255 or 33.91% from 746); Blue value is 254 (99.61% from 255 or 34.05% from 746); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFFDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFDFE is #100201. Grayscale: #F8F8F8. Windows color (decimal): -1049090 or 16711151. OLE color: 16711151.

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

Color convert

RGB239253254-
CMYK0.060.0000.00
HSL184º88.24%96.67%-
HSV(B)184º5.91%99.61%-
XYZ88.6195.76107.58-
YUV248.93130.86120.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.04%
GREEN value IS 253 (99.22% from 255) = 33.91%
BLUE value IS 254 (99.61% from 255) = 34.05%
R=32.04%
G=33.91%
B=34.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392532540.060.0000.0018488.2496.67
HexEFFDFE6000b85861
Octal3573753766000270130141
Binary1110111111111101111111101100001011100010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFDFE; }

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

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

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

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

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

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

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

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