#EEFFFF

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

Shades of Azure #EEFFFF

Tints of Azure #EEFFFF

Color information

#EEFFFF (or 0xEEFFFF) is unknown color: approx Azure. HEX triplet: EE, FF and FF. RGB value is (238,255,255). Sum of RGB (Red+Green+Blue) = 238+255+255=748 (99% of max value = 765). Red value is 238 (93.36% from 255 or 31.82% from 748); Green value is 255 (100% from 255 or 34.09% from 748); Blue value is 255 (100% from 255 or 34.09% from 748); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #EEFFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFFFF is #110000. Grayscale: #F9F9F9. Windows color (decimal): -1114113 or 16777198. OLE color: 16777198.

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

Color convert

RGB238255255-
CMYK0.07000
HSL180º100%96.67%-
HSV(B)180º6.67%100%-
XYZ89.0796.92108.62-
YUV249.92130.87119.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 31.82%
GREEN value IS 255 (100% from 255) = 34.09%
BLUE value IS 255 (100% from 255) = 34.09%
R=31.82%
G=34.09%
B=34.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382552550.0700018010096.67
HexEEFFFF7000b46461
Octal3563773777000264144141
Binary1110111011111111111111111110001011010011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFFFF; }

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

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

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

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

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

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

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

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