#EFFFFC

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

Shades of Azure #EFFFFC

Tints of Azure #EFFFFC

Color information

#EFFFFC (or 0xEFFFFC) is unknown color: approx Azure. HEX triplet: EF, FF and FC. RGB value is (239,255,252). Sum of RGB (Red+Green+Blue) = 239+255+252=746 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.04% from 746); Green value is 255 (100% from 255 or 34.18% from 746); Blue value is 252 (98.83% from 255 or 33.78% from 746); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFFFC is #100003. Grayscale: #F9F9F9. Windows color (decimal): -1048580 or 16580591. OLE color: 16580591.

HSL color Cylindrical-coordinate representation of color #EFFFFC: hue angle of 168.75º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFFFFC is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB239255252-
CMYK0.0600.010
HSL168.75º100%96.86%-
HSV(B)168.75º6.27%100%-
XYZ88.9396.9106.11-
YUV249.87129.2120.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.04%
GREEN value IS 255 (100% from 255) = 34.18%
BLUE value IS 252 (98.83% from 255) = 33.78%
R=32.04%
G=34.18%
B=33.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392552520.0600.010168.7510096.86
HexEFFFFC6010a96461
Octal3573773746010251144141
Binary1110111111111111111111001100101010100111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFFFC; }

 p { color: rgb(239,255,252); }

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

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

 a { background-color: rgb(239,255,252); }

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

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

 span { border-color: rgb(239,255,252); }

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