#9AEBDA

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

Shades of Ice Cold #9AEBDA

Tints of Ice Cold #9AEBDA

Color information

#9AEBDA (or 0x9AEBDA) is unknown color: approx Ice Cold. HEX triplet: 9A, EB and DA. RGB value is (154,235,218). Sum of RGB (Red+Green+Blue) = 154+235+218=607 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.37% from 607); Green value is 235 (92.19% from 255 or 38.71% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 235 - color contains mainly: green. Hex color #9AEBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEBDA is #651425. Grayscale: #D0D0D0. Windows color (decimal): -6624294 or 14347162. OLE color: 14347162.

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

Color convert

RGB154235218-
CMYK0.3400.070.08
HSL167.41º66.94%76.27%-
HSV(B)167.41º34.47%92.16%-
XYZ55.6971.3577.17-
YUV208.84133.1688.88-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.37%
GREEN value IS 235 (92.19% from 255) = 38.71%
BLUE value IS 218 (85.55% from 255) = 35.91%
R=25.37%
G=38.71%
B=35.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542352180.3400.070.08167.4166.9476.27
Hex9AEBDA22078a7434c
Octal232353332420710247103114
Binary100110101110101111011010100010011110001010011110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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