#EFFAFB

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

Shades of Azure #EFFAFB

Tints of Azure #EFFAFB

Color information

#EFFAFB (or 0xEFFAFB) is unknown color: approx Azure. HEX triplet: EF, FA and FB. RGB value is (239,250,251). Sum of RGB (Red+Green+Blue) = 239+250+251=740 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.30% from 740); Green value is 250 (98.05% from 255 or 33.78% from 740); Blue value is 251 (98.44% from 255 or 33.92% from 740); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFFAFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFAFB is #100504. Grayscale: #F6F6F6. Windows color (decimal): -1049861 or 16513775. OLE color: 16513775.

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

Color convert

RGB239250251-
CMYK0.050.0000.02
HSL185º60%96.08%-
HSV(B)185º4.78%98.43%-
XYZ87.1993.69104.75-
YUV246.82130.36122.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.30%
GREEN value IS 250 (98.05% from 255) = 33.78%
BLUE value IS 251 (98.44% from 255) = 33.92%
R=32.30%
G=33.78%
B=33.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392502510.050.0000.021856096.08
HexEFFAFB5002b93c60
Octal357372373500227174140
Binary1110111111111010111110111010010101110011111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFAFB; }

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

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

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

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

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

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

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

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