#9AEBD6

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

Shades of Ice Cold #9AEBD6

Tints of Ice Cold #9AEBD6

Color information

#9AEBD6 (or 0x9AEBD6) is unknown color: approx Ice Cold. HEX triplet: 9A, EB and D6. RGB value is (154,235,214). Sum of RGB (Red+Green+Blue) = 154+235+214=603 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.54% from 603); Green value is 235 (92.19% from 255 or 38.97% from 603); Blue value is 214 (83.98% from 255 or 35.49% from 603); Max value from RGB is 235 - color contains mainly: green. Hex color #9AEBD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEBD6 is #651429. Grayscale: #D0D0D0. Windows color (decimal): -6624298 or 14085018. OLE color: 14085018.

HSL color Cylindrical-coordinate representation of color #9AEBD6: hue angle of 164.44º 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 #9AEBD6 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB154235214-
CMYK0.3400.090.08
HSL164.44º66.94%76.27%-
HSV(B)164.44º34.47%92.16%-
XYZ55.1771.1474.44-
YUV208.39131.1689.21-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.54%
GREEN value IS 235 (92.19% from 255) = 38.97%
BLUE value IS 214 (83.98% from 255) = 35.49%
R=25.54%
G=38.97%
B=35.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542352140.3400.090.08164.4466.9476.27
Hex9AEBD622098a4434c
Octal2323533264201110244103114
Binary1001101011101011110101101000100100110001010010010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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