#9AEBD8

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

Shades of Ice Cold #9AEBD8

Tints of Ice Cold #9AEBD8

Color information

#9AEBD8 (or 0x9AEBD8) is unknown color: approx Ice Cold. HEX triplet: 9A, EB and D8. RGB value is (154,235,216). Sum of RGB (Red+Green+Blue) = 154+235+216=605 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.45% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 235 - color contains mainly: green. Hex color #9AEBD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEBD8 is #651427. Grayscale: #D0D0D0. Windows color (decimal): -6624296 or 14216090. OLE color: 14216090.

HSL color Cylindrical-coordinate representation of color #9AEBD8: hue angle of 165.93º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AEBD8 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB154235216-
CMYK0.3400.080.08
HSL165.93º66.94%76.27%-
HSV(B)165.93º34.47%92.16%-
XYZ55.4371.2475.8-
YUV208.61132.1689.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.45%
GREEN value IS 235 (92.19% from 255) = 38.84%
BLUE value IS 216 (84.77% from 255) = 35.70%
R=25.45%
G=38.84%
B=35.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542352160.3400.080.08165.9366.9476.27
Hex9AEBD822088a6434c
Octal2323533304201010246103114
Binary1001101011101011110110001000100100010001010011010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,235,216); }

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

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

 a { background-color: rgb(154,235,216); }

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

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

 span { border-color: rgb(154,235,216); }

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