#EFFCFB

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

Shades of Azure #EFFCFB

Tints of Azure #EFFCFB

Color information

#EFFCFB (or 0xEFFCFB) is unknown color: approx Azure. HEX triplet: EF, FC and FB. RGB value is (239,252,251). Sum of RGB (Red+Green+Blue) = 239+252+251=742 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.21% from 742); Green value is 252 (98.83% from 255 or 33.96% from 742); Blue value is 251 (98.44% from 255 or 33.83% from 742); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFCFB is #100304. Grayscale: #F7F7F7. Windows color (decimal): -1049349 or 16514287. OLE color: 16514287.

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

Color convert

RGB239252251-
CMYK0.0500.000.01
HSL175.38º68.42%96.27%-
HSV(B)175.38º5.16%98.82%-
XYZ87.8294.94104.96-
YUV248129.69121.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.21%
GREEN value IS 252 (98.83% from 255) = 33.96%
BLUE value IS 251 (98.44% from 255) = 33.83%
R=32.21%
G=33.96%
B=33.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392522510.0500.000.01175.3868.4296.27
HexEFFCFB5001af4460
Octal3573743735001257104140
Binary1110111111111100111110111010011010111110001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFCFB; }

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

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

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

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

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

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

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

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