#EFF5F6

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

Shades of Azure #EFF5F6

Tints of Azure #EFF5F6

Color information

#EFF5F6 (or 0xEFF5F6) is unknown color: approx Azure. HEX triplet: EF, F5 and F6. RGB value is (239,245,246). Sum of RGB (Red+Green+Blue) = 239+245+246=730 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.74% from 730); Green value is 245 (96.09% from 255 or 33.56% from 730); Blue value is 246 (96.48% from 255 or 33.70% from 730); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFF5F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF5F6 is #100A09. Grayscale: #F3F3F3. Windows color (decimal): -1051146 or 16184815. OLE color: 16184815.

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

Color convert

RGB239245246-
CMYK0.030.0000.04
HSL188.57º28%95.1%-
HSV(B)188.57º2.85%96.47%-
XYZ84.8890.31100.15-
YUV243.32129.51124.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.74%
GREEN value IS 245 (96.09% from 255) = 33.56%
BLUE value IS 246 (96.48% from 255) = 33.70%
R=32.74%
G=33.56%
B=33.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392452460.030.0000.04188.572895.1
HexEFF5F63004bd1c5f
Octal357365366300427534137
Binary111011111111010111110110110010010111101111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF5F6; }

 p { color: rgb(239,245,246); }

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

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

 a { background-color: rgb(239,245,246); }

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

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

 span { border-color: rgb(239,245,246); }

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