#9AE8DC

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

Shades of Ice Cold #9AE8DC

Tints of Ice Cold #9AE8DC

Color information

#9AE8DC (or 0x9AE8DC) is unknown color: approx Ice Cold. HEX triplet: 9A, E8 and DC. RGB value is (154,232,220). Sum of RGB (Red+Green+Blue) = 154+232+220=606 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.41% from 606); Green value is 232 (91.02% from 255 or 38.28% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 232 - color contains mainly: green. Hex color #9AE8DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AE8DC is #651723. Grayscale: #CFCFCF. Windows color (decimal): -6625060 or 14477466. OLE color: 14477466.

HSL color Cylindrical-coordinate representation of color #9AE8DC: hue angle of 170.77º 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 #9AE8DC is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB154232220-
CMYK0.3400.050.09
HSL170.77º62.9%75.69%-
HSV(B)170.77º33.62%90.98%-
XYZ55.169.7578.27-
YUV207.31135.1689.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.41%
GREEN value IS 232 (91.02% from 255) = 38.28%
BLUE value IS 220 (86.33% from 255) = 36.30%
R=25.41%
G=38.28%
B=36.30%

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
Decimal1542322200.3400.050.09170.7762.975.69
Hex9AE8DC22059ab3f4c
Octal23235033442051125377114
Binary10011010111010001101110010001001011001101010111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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