#9AE8DD

Color #9AE8DD Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #9AE8DD

Tints of Ice Cold #9AE8DD

Color information

#9AE8DD (or 0x9AE8DD) is unknown color: approx Ice Cold. HEX triplet: 9A, E8 and DD. RGB value is (154,232,221). Sum of RGB (Red+Green+Blue) = 154+232+221=607 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.37% from 607); Green value is 232 (91.02% from 255 or 38.22% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 232 - color contains mainly: green. Hex color #9AE8DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AE8DD is #651722. Grayscale: #CFCFCF. Windows color (decimal): -6625059 or 14543002. OLE color: 14543002.

HSL color Cylindrical-coordinate representation of color #9AE8DD: hue angle of 171.54º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AE8DD is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB154232221-
CMYK0.3400.050.09
HSL171.54º62.9%75.69%-
HSV(B)171.54º33.62%90.98%-
XYZ55.2369.878.97-
YUV207.42135.6689.89-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.37%
GREEN value IS 232 (91.02% from 255) = 38.22%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=25.37%
G=38.22%
B=36.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1542322210.3400.050.09171.5462.975.69
Hex9AE8DD22059ac3f4c
Octal23235033542051125477114
Binary10011010111010001101110110001001011001101011001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AE8DD; }

 p { color: rgb(154,232,221); }

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

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

 a { background-color: rgb(154,232,221); }

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

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

 span { border-color: rgb(154,232,221); }

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