#EFFBF9

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

Shades of Azure #EFFBF9

Tints of Azure #EFFBF9

Color information

#EFFBF9 (or 0xEFFBF9) is unknown color: approx Azure. HEX triplet: EF, FB and F9. RGB value is (239,251,249). Sum of RGB (Red+Green+Blue) = 239+251+249=739 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.34% from 739); Green value is 251 (98.44% from 255 or 33.96% from 739); Blue value is 249 (97.66% from 255 or 33.69% from 739); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFBF9 is #100406. Grayscale: #F7F7F7. Windows color (decimal): -1049607 or 16382959. OLE color: 16382959.

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

Color convert

RGB239251249-
CMYK0.0500.010.02
HSL170º60%96.08%-
HSV(B)170º4.78%98.43%-
XYZ87.1994.18103.21-
YUV247.18129.02122.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.34%
GREEN value IS 251 (98.44% from 255) = 33.96%
BLUE value IS 249 (97.66% from 255) = 33.69%
R=32.34%
G=33.96%
B=33.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392512490.0500.010.021706096.08
HexEFFBF95012aa3c60
Octal357373371501225274140
Binary1110111111111011111110011010110101010101111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFBF9; }

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

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

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

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

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

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

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

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