#9AE6DA

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

Shades of Ice Cold #9AE6DA

Tints of Ice Cold #9AE6DA

Color information

#9AE6DA (or 0x9AE6DA) is unknown color: approx Ice Cold. HEX triplet: 9A, E6 and DA. RGB value is (154,230,218). Sum of RGB (Red+Green+Blue) = 154+230+218=602 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.58% from 602); Green value is 230 (90.23% from 255 or 38.21% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 230 - color contains mainly: green. Hex color #9AE6DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AE6DA is #651925. Grayscale: #CDCDCD. Windows color (decimal): -6625574 or 14345882. OLE color: 14345882.

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

Color convert

RGB154230218-
CMYK0.3300.050.10
HSL170.53º60.32%75.29%-
HSV(B)170.53º33.04%90.2%-
XYZ54.2868.5376.7-
YUV205.91134.8290.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.58%
GREEN value IS 230 (90.23% from 255) = 38.21%
BLUE value IS 218 (85.55% from 255) = 36.21%
R=25.58%
G=38.21%
B=36.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1542302180.3300.050.10170.5360.3275.29
Hex9AE6DA2105Aab3c4b
Octal23234633241051225374113
Binary10011010111001101101101010000101011010101010111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,230,218); }

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

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

 a { background-color: rgb(154,230,218); }

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

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

 span { border-color: rgb(154,230,218); }

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