#EFFFFB

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

Shades of Azure #EFFFFB

Tints of Azure #EFFFFB

Color information

#EFFFFB (or 0xEFFFFB) is unknown color: approx Azure. HEX triplet: EF, FF and FB. RGB value is (239,255,251). Sum of RGB (Red+Green+Blue) = 239+255+251=745 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.08% from 745); Green value is 255 (100% from 255 or 34.23% from 745); Blue value is 251 (98.44% from 255 or 33.69% from 745); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFFFB is #100004. Grayscale: #F9F9F9. Windows color (decimal): -1048581 or 16515055. OLE color: 16515055.

HSL color Cylindrical-coordinate representation of color #EFFFFB: hue angle of 165º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFFFFB is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB239255251-
CMYK0.0600.020
HSL165º100%96.86%-
HSV(B)165º6.27%100%-
XYZ88.7796.84105.28-
YUV249.76128.7120.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.08%
GREEN value IS 255 (100% from 255) = 34.23%
BLUE value IS 251 (98.44% from 255) = 33.69%
R=32.08%
G=34.23%
B=33.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392552510.0600.02016510096.86
HexEFFFFB6020a56461
Octal3573773736020245144141
Binary11101111111111111111101111001001010010111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFFFB; }

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

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

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

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

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

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

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

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