#EFF9FB

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

Shades of Azure #EFF9FB

Tints of Azure #EFF9FB

Color information

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

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

Color convert

RGB239249251-
CMYK0.050.0100.02
HSL190º60%96.08%-
HSV(B)190º4.78%98.43%-
XYZ86.8893.07104.65-
YUV246.24130.69122.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392492510.050.0100.021906096.08
HexEFF9FB5102be3c60
Octal357371373510227674140
Binary1110111111111001111110111011010101111101111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF9FB; }

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

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

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

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

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

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

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

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