#9AEEDC

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

Shades of Ice Cold #9AEEDC

Tints of Ice Cold #9AEEDC

Color information

#9AEEDC (or 0x9AEEDC) is unknown color: approx Ice Cold. HEX triplet: 9A, EE and DC. RGB value is (154,238,220). Sum of RGB (Red+Green+Blue) = 154+238+220=612 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.16% from 612); Green value is 238 (93.36% from 255 or 38.89% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 238 - color contains mainly: green. Hex color #9AEEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEEDC is #651123. Grayscale: #D2D2D2. Windows color (decimal): -6623524 or 14479002. OLE color: 14479002.

HSL color Cylindrical-coordinate representation of color #9AEEDC: hue angle of 167.14º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AEEDC is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB154238220-
CMYK0.3500.080.07
HSL167.14º71.19%76.86%-
HSV(B)167.14º35.29%93.33%-
XYZ56.8273.1978.84-
YUV210.83133.1787.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.16%
GREEN value IS 238 (93.36% from 255) = 38.89%
BLUE value IS 220 (86.33% from 255) = 35.95%
R=25.16%
G=38.89%
B=35.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1542382200.3500.080.07167.1471.1976.86
Hex9AEEDC23087a7474d
Octal232356334430107247107115
Binary100110101110111011011100100011010001111010011110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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