#EEFAFB

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

Shades of Azure #EEFAFB

Tints of Azure #EEFAFB

Color information

#EEFAFB (or 0xEEFAFB) is unknown color: approx Azure. HEX triplet: EE, FA and FB. RGB value is (238,250,251). Sum of RGB (Red+Green+Blue) = 238+250+251=739 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.21% from 739); Green value is 250 (98.05% from 255 or 33.83% from 739); Blue value is 251 (98.44% from 255 or 33.96% from 739); Max value from RGB is 251 - color contains mainly: blue. Hex color #EEFAFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFAFB is #110504. Grayscale: #F6F6F6. Windows color (decimal): -1115397 or 16513774. OLE color: 16513774.

HSL color Cylindrical-coordinate representation of color #EEFAFB: hue angle of 184.62º degrees, saturation: 0.62, 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 #EEFAFB is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238250251-
CMYK0.050.0000.02
HSL184.62º61.9%95.88%-
HSV(B)184.62º5.18%98.43%-
XYZ86.8693.51104.74-
YUV246.53130.52121.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.21%
GREEN value IS 250 (98.05% from 255) = 33.83%
BLUE value IS 251 (98.44% from 255) = 33.96%
R=32.21%
G=33.83%
B=33.96%

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
Decimal2382502510.050.0000.02184.6261.995.88
HexEEFAFB5002b93e60
Octal356372373500227176140
Binary1110111011111010111110111010010101110011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFAFB; }

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

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

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

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

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

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

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

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