#9AEFDC

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

Shades of Ice Cold #9AEFDC

Tints of Ice Cold #9AEFDC

Color information

#9AEFDC (or 0x9AEFDC) is unknown color: approx Ice Cold. HEX triplet: 9A, EF and DC. RGB value is (154,239,220). Sum of RGB (Red+Green+Blue) = 154+239+220=613 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.12% from 613); Green value is 239 (93.75% from 255 or 38.99% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 239 - color contains mainly: green. Hex color #9AEFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEFDC is #651023. Grayscale: #D3D3D3. Windows color (decimal): -6623268 or 14479258. OLE color: 14479258.

HSL color Cylindrical-coordinate representation of color #9AEFDC: hue angle of 166.59º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AEFDC is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB154239220-
CMYK0.3600.080.06
HSL166.59º72.65%77.06%-
HSV(B)166.59º35.56%93.73%-
XYZ57.1173.7778.94-
YUV211.42132.8487.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.12%
GREEN value IS 239 (93.75% from 255) = 38.99%
BLUE value IS 220 (86.33% from 255) = 35.89%
R=25.12%
G=38.99%
B=35.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1542392200.3600.080.06166.5972.6577.06
Hex9AEFDC24086a7494d
Octal232357334440106247111115
Binary100110101110111111011100100100010001101010011110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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