#EEFDFF

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

Shades of Azure #EEFDFF

Tints of Azure #EEFDFF

Color information

#EEFDFF (or 0xEEFDFF) is unknown color: approx Azure. HEX triplet: EE, FD and FF. RGB value is (238,253,255). Sum of RGB (Red+Green+Blue) = 238+253+255=746 (98% of max value = 765). Red value is 238 (93.36% from 255 or 31.90% from 746); Green value is 253 (99.22% from 255 or 33.91% from 746); Blue value is 255 (100% from 255 or 34.18% from 746); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEFDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFDFF is #110200. Grayscale: #F8F8F8. Windows color (decimal): -1114625 or 16776686. OLE color: 16776686.

HSL color Cylindrical-coordinate representation of color #EEFDFF: hue angle of 187.06º 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 #EEFDFF is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB238253255-
CMYK0.070.0100
HSL187.06º100%96.67%-
HSV(B)187.06º6.67%100%-
XYZ88.4495.65108.41-
YUV248.74131.53120.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 31.90%
GREEN value IS 253 (99.22% from 255) = 33.91%
BLUE value IS 255 (100% from 255) = 34.18%
R=31.90%
G=33.91%
B=34.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382532550.070.0100187.0610096.67
HexEEFDFF7100bb6461
Octal3563753777100273144141
Binary1110111011111101111111111111001011101111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFDFF; }

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

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

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

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

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

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

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

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