#EFFCFD

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

Shades of Azure #EFFCFD

Tints of Azure #EFFCFD

Color information

#EFFCFD (or 0xEFFCFD) is unknown color: approx Azure. HEX triplet: EF, FC and FD. RGB value is (239,252,253). Sum of RGB (Red+Green+Blue) = 239+252+253=744 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.12% from 744); Green value is 252 (98.83% from 255 or 33.87% from 744); Blue value is 253 (99.22% from 255 or 34.01% from 744); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFFCFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFCFD is #100302. Grayscale: #F8F8F8. Windows color (decimal): -1049347 or 16645359. OLE color: 16645359.

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

Color convert

RGB239252253-
CMYK0.060.0000.01
HSL184.29º77.78%96.47%-
HSV(B)184.29º5.53%99.22%-
XYZ88.1495.06106.63-
YUV248.23130.69121.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.12%
GREEN value IS 252 (98.83% from 255) = 33.87%
BLUE value IS 253 (99.22% from 255) = 34.01%
R=32.12%
G=33.87%
B=34.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392522530.060.0000.01184.2977.7896.47
HexEFFCFD6001b84e60
Octal3573743756001270116140
Binary1110111111111100111111011100011011100010011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFCFD; }

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

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

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

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

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

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

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

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