#9AE7DB

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

Shades of Ice Cold #9AE7DB

Tints of Ice Cold #9AE7DB

Color information

#9AE7DB (or 0x9AE7DB) is unknown color: approx Ice Cold. HEX triplet: 9A, E7 and DB. RGB value is (154,231,219). Sum of RGB (Red+Green+Blue) = 154+231+219=604 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.50% from 604); Green value is 231 (90.62% from 255 or 38.25% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 231 - color contains mainly: green. Hex color #9AE7DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AE7DB is #651824. Grayscale: #CECECE. Windows color (decimal): -6625317 or 14411674. OLE color: 14411674.

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

Color convert

RGB154231219-
CMYK0.3300.050.09
HSL170.65º61.6%75.49%-
HSV(B)170.65º33.33%90.59%-
XYZ54.6969.1477.48-
YUV206.61134.9990.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.50%
GREEN value IS 231 (90.62% from 255) = 38.25%
BLUE value IS 219 (85.94% from 255) = 36.26%
R=25.50%
G=38.25%
B=36.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1542312190.3300.050.09170.6561.675.49
Hex9AE7DB21059ab3e4b
Octal23234733341051125376113
Binary10011010111001111101101110000101011001101010111111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,231,219); }

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

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

 a { background-color: rgb(154,231,219); }

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

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

 span { border-color: rgb(154,231,219); }

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