#EFF9FA

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

Shades of Azure #EFF9FA

Tints of Azure #EFF9FA

Color information

#EFF9FA (or 0xEFF9FA) is unknown color: approx Azure. HEX triplet: EF, F9 and FA. RGB value is (239,249,250). Sum of RGB (Red+Green+Blue) = 239+249+250=738 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.38% from 738); Green value is 249 (97.66% from 255 or 33.74% from 738); Blue value is 250 (98.05% from 255 or 33.88% from 738); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFF9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF9FA is #100605. Grayscale: #F6F6F6. Windows color (decimal): -1050118 or 16447983. OLE color: 16447983.

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

Color convert

RGB239249250-
CMYK0.040.0000.02
HSL185.45º52.38%95.88%-
HSV(B)185.45º4.4%98.04%-
XYZ86.7393103.82-
YUV246.12130.19122.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.38%
GREEN value IS 249 (97.66% from 255) = 33.74%
BLUE value IS 250 (98.05% from 255) = 33.88%
R=32.38%
G=33.74%
B=33.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392492500.040.0000.02185.4552.3895.88
HexEFF9FA4002b93460
Octal357371372400227164140
Binary1110111111111001111110101000010101110011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF9FA; }

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

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

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

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

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

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

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

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