#EFFDFD

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

Shades of Azure #EFFDFD

Tints of Azure #EFFDFD

Color information

#EFFDFD (or 0xEFFDFD) is unknown color: approx Azure. HEX triplet: EF, FD and FD. RGB value is (239,253,253). Sum of RGB (Red+Green+Blue) = 239+253+253=745 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.08% from 745); Green value is 253 (99.22% from 255 or 33.96% from 745); Blue value is 253 (99.22% from 255 or 33.96% from 745); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #EFFDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFDFD is #100202. Grayscale: #F8F8F8. Windows color (decimal): -1049091 or 16645615. OLE color: 16645615.

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

Color convert

RGB239253253-
CMYK0.06000.01
HSL180º77.78%96.47%-
HSV(B)180º5.53%99.22%-
XYZ88.4595.69106.74-
YUV248.81130.36121-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.08%
GREEN value IS 253 (99.22% from 255) = 33.96%
BLUE value IS 253 (99.22% from 255) = 33.96%
R=32.08%
G=33.96%
B=33.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392532530.06000.0118077.7896.47
HexEFFDFD6001b44e60
Octal3573753756001264116140
Binary1110111111111101111111011100011011010010011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFDFD; }

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

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

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

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

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

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

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

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