#EEFFFE

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

Shades of Azure #EEFFFE

Tints of Azure #EEFFFE

Color information

#EEFFFE (or 0xEEFFFE) is unknown color: approx Azure. HEX triplet: EE, FF and FE. RGB value is (238,255,254). Sum of RGB (Red+Green+Blue) = 238+255+254=747 (98% of max value = 765). Red value is 238 (93.36% from 255 or 31.86% from 747); Green value is 255 (100% from 255 or 34.14% from 747); Blue value is 254 (99.61% from 255 or 34.00% from 747); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFFFE is #110001. Grayscale: #F9F9F9. Windows color (decimal): -1114114 or 16711662. OLE color: 16711662.

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

Color convert

RGB238255254-
CMYK0.0700.000
HSL176.47º100%96.67%-
HSV(B)176.47º6.67%100%-
XYZ88.9196.85107.77-
YUV249.8130.37119.58-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 31.86%
GREEN value IS 255 (100% from 255) = 34.14%
BLUE value IS 254 (99.61% from 255) = 34.00%
R=31.86%
G=34.14%
B=34.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382552540.0700.000176.4710096.67
HexEEFFFE7000b06461
Octal3563773767000260144141
Binary1110111011111111111111101110001011000011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFFFE; }

 p { color: rgb(238,255,254); }

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

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

 a { background-color: rgb(238,255,254); }

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

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

 span { border-color: rgb(238,255,254); }

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