#EEFDFE

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

Shades of Azure #EEFDFE

Tints of Azure #EEFDFE

Color information

#EEFDFE (or 0xEEFDFE) is unknown color: approx Azure. HEX triplet: EE, FD and FE. RGB value is (238,253,254). Sum of RGB (Red+Green+Blue) = 238+253+254=745 (98% of max value = 765). Red value is 238 (93.36% from 255 or 31.95% from 745); Green value is 253 (99.22% from 255 or 33.96% from 745); Blue value is 254 (99.61% from 255 or 34.09% from 745); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEFDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFDFE is #110201. Grayscale: #F8F8F8. Windows color (decimal): -1114626 or 16711150. OLE color: 16711150.

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

Color convert

RGB238253254-
CMYK0.060.0000.00
HSL183.75º88.89%96.47%-
HSV(B)183.75º6.3%99.61%-
XYZ88.2795.58107.56-
YUV248.63131.03120.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 31.95%
GREEN value IS 253 (99.22% from 255) = 33.96%
BLUE value IS 254 (99.61% from 255) = 34.09%
R=31.95%
G=33.96%
B=34.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382532540.060.0000.00183.7588.8996.47
HexEEFDFE6000b85960
Octal3563753766000270131140
Binary1110111011111101111111101100001011100010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFDFE; }

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

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

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

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

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

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

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

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