#EFFCFE

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

Shades of Azure #EFFCFE

Tints of Azure #EFFCFE

Color information

#EFFCFE (or 0xEFFCFE) is unknown color: approx Azure. HEX triplet: EF, FC and FE. RGB value is (239,252,254). Sum of RGB (Red+Green+Blue) = 239+252+254=745 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.08% from 745); Green value is 252 (98.83% from 255 or 33.83% from 745); Blue value is 254 (99.61% from 255 or 34.09% from 745); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFFCFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFCFE is #100301. Grayscale: #F8F8F8. Windows color (decimal): -1049346 or 16710895. OLE color: 16710895.

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

Color convert

RGB239252254-
CMYK0.060.0100.00
HSL188º88.24%96.67%-
HSV(B)188º5.91%99.61%-
XYZ88.395.13107.47-
YUV248.34131.19121.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.08%
GREEN value IS 252 (98.83% from 255) = 33.83%
BLUE value IS 254 (99.61% from 255) = 34.09%
R=32.08%
G=33.83%
B=34.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392522540.060.0100.0018888.2496.67
HexEFFCFE6100bc5861
Octal3573743766100274130141
Binary1110111111111100111111101101001011110010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFCFE; }

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

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

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

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

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

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

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

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