#EFFAFC

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

Shades of Azure #EFFAFC

Tints of Azure #EFFAFC

Color information

#EFFAFC (or 0xEFFAFC) is unknown color: approx Azure. HEX triplet: EF, FA and FC. RGB value is (239,250,252). Sum of RGB (Red+Green+Blue) = 239+250+252=741 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.25% from 741); Green value is 250 (98.05% from 255 or 33.74% from 741); Blue value is 252 (98.83% from 255 or 34.01% from 741); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFFAFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFAFC is #100503. Grayscale: #F6F6F6. Windows color (decimal): -1049860 or 16579311. OLE color: 16579311.

HSL color Cylindrical-coordinate representation of color #EFFAFC: hue angle of 189.23º degrees, saturation: 0.68, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFFAFC is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239250252-
CMYK0.050.0100.01
HSL189.23º68.42%96.27%-
HSV(B)189.23º5.16%98.82%-
XYZ87.3593.75105.59-
YUV246.94130.86122.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.25%
GREEN value IS 250 (98.05% from 255) = 33.74%
BLUE value IS 252 (98.83% from 255) = 34.01%
R=32.25%
G=33.74%
B=34.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392502520.050.0100.01189.2368.4296.27
HexEFFAFC5101bd4460
Octal3573723745101275104140
Binary1110111111111010111111001011011011110110001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFAFC; }

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

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

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

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

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

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

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

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