#9AEDDD

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

Shades of Ice Cold #9AEDDD

Tints of Ice Cold #9AEDDD

Color information

#9AEDDD (or 0x9AEDDD) is unknown color: approx Ice Cold. HEX triplet: 9A, ED and DD. RGB value is (154,237,221). Sum of RGB (Red+Green+Blue) = 154+237+221=612 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.16% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 237 - color contains mainly: green. Hex color #9AEDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEDDD is #651222. Grayscale: #D2D2D2. Windows color (decimal): -6623779 or 14544282. OLE color: 14544282.

HSL color Cylindrical-coordinate representation of color #9AEDDD: hue angle of 168.43º degrees, saturation: 0.7, 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 #9AEDDD is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB154237221-
CMYK0.3500.070.07
HSL168.43º69.75%76.67%-
HSV(B)168.43º35.02%92.94%-
XYZ56.6672.6679.44-
YUV210.3613487.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.16%
GREEN value IS 237 (92.97% from 255) = 38.73%
BLUE value IS 221 (86.72% from 255) = 36.11%
R=25.16%
G=38.73%
B=36.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1542372210.3500.070.07168.4369.7576.67
Hex9AEDDD23077a8464d
Octal23235533543077250106115
Binary10011010111011011101110110001101111111010100010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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