#9ceadc

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

Shades of Ice Cold #9CEADC

Tints of Ice Cold #9CEADC

Color information

#9CEADC (or 0x9CEADC) is unknown color: approx Ice Cold. HEX triplet: 9C, EA and DC. RGB value is (156,234,220). Sum of RGB (Red+Green+Blue) = 156+234+220=610 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.57% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 234 - color contains mainly: green. Hex color #9CEADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEADC is #631523. Grayscale: #D1D1D1. Windows color (decimal): -6493476 or 14477980. OLE color: 14477980.

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

Color convert

RGB156234220-
CMYK0.3300.060.08
HSL169.23º65%76.47%-
HSV(B)169.23º33.33%91.76%-
XYZ56.0571.0878.48-
YUV209.08134.1690.14-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.57%
GREEN value IS 234 (91.80% from 255) = 38.36%
BLUE value IS 220 (86.33% from 255) = 36.07%
R=25.57%
G=38.36%
B=36.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1562342200.3300.060.08169.236576.47
Hex9CEADC21068a9414c
Octal234352334410610251101114
Binary100111001110101011011100100001011010001010100110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ceadc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,234,220); }

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

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

 a { background-color: rgb(156,234,220); }

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

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

 span { border-color: rgb(156,234,220); }

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