#EEFDFB

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

Shades of Azure #EEFDFB

Tints of Azure #EEFDFB

Color information

#EEFDFB (or 0xEEFDFB) is unknown color: approx Azure. HEX triplet: EE, FD and FB. RGB value is (238,253,251). Sum of RGB (Red+Green+Blue) = 238+253+251=742 (98% of max value = 765). Red value is 238 (93.36% from 255 or 32.08% from 742); Green value is 253 (99.22% from 255 or 34.10% from 742); Blue value is 251 (98.44% from 255 or 33.83% from 742); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFDFB is #110204. Grayscale: #F8F8F8. Windows color (decimal): -1114629 or 16514542. OLE color: 16514542.

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

Color convert

RGB238253251-
CMYK0.0600.010.01
HSL172º78.95%96.27%-
HSV(B)172º5.93%99.22%-
XYZ87.895.39105.05-
YUV248.29129.53120.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.08%
GREEN value IS 253 (99.22% from 255) = 34.10%
BLUE value IS 251 (98.44% from 255) = 33.83%
R=32.08%
G=34.10%
B=33.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382532510.0600.010.0117278.9596.27
HexEEFDFB6011ac4f60
Octal3563753736011254117140
Binary1110111011111101111110111100111010110010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFDFB; }

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

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

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

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

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

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

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

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