#EFF8FA

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

Shades of Azure #EFF8FA

Tints of Azure #EFF8FA

Color information

#EFF8FA (or 0xEFF8FA) is unknown color: approx Azure. HEX triplet: EF, F8 and FA. RGB value is (239,248,250). Sum of RGB (Red+Green+Blue) = 239+248+250=737 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.43% from 737); Green value is 248 (97.27% from 255 or 33.65% from 737); Blue value is 250 (98.05% from 255 or 33.92% from 737); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFF8FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF8FA is #100705. Grayscale: #F5F5F5. Windows color (decimal): -1050374 or 16447727. OLE color: 16447727.

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

Color convert

RGB239248250-
CMYK0.040.0100.02
HSL190.91º52.38%95.88%-
HSV(B)190.91º4.4%98.04%-
XYZ86.4292.39103.72-
YUV245.54130.52123.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.43%
GREEN value IS 248 (97.27% from 255) = 33.65%
BLUE value IS 250 (98.05% from 255) = 33.92%
R=32.43%
G=33.65%
B=33.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392482500.040.0100.02190.9152.3895.88
HexEFF8FA4102bf3460
Octal357370372410227764140
Binary1110111111111000111110101001010101111111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF8FA; }

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

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

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

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

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

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

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

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