Html Css Color HEX #9CE2CD Ice Cold

📋 copy color: '#9CE2CD'

red 156 ◦ green 226 ◦ blue 205

#9CE2CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ice Cold #9CE2CD

Tints of Ice Cold #9CE2CD

RGB

 RED value IS 156 (61.33% from 255) = 26.58%

 GREEN value IS 226 (88.67% from 255) = 38.5%

 BLUE value IS 205 (80.47% from 255) = 34.92%

R = 26.58%
G = 38.5%
B = 34.92%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#9CE2CD (or 0x9CE2CD) is known color: Ice Cold. HEX triplet: 9C, E2 and CD. RGB value is (156,226,205). Sum of RGB (Red+Green+Blue) = 156+226+205=587 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.58% from 587); Green value is 226 (88.67% from 255 or 38.50% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 226 - color contains mainly: green. Hex color #9CE2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CE2CD is #631D32. Grayscale: #CACACA. Windows color (decimal): -6495539 or 13492892. OLE color: 13492892.

HSL color Cylindrical-coordinate representation of color #9CE2CD: hue angle of 162º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9CE2CD is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 156 226 205 -
CMYK 0.31 0 0.09 0.11
HSL 162º 0.55% 0.75% -
HSV(B) 162º 0.31% 0.89% -
XYZ 51.93 65.87 67.73 -
YUV 202.68 129.31 94.71 -
System Red Green Blue C M Y K H S L
Decimal 156 226 205 0.31 0 0.09 0.11 162 0.55 0.75
Hex 9C E2 CD 1F 0 9 B A2 37 4B
Octal 234 342 315 37 0 11 13 242 67 113
Binary 10011100 11100010 11001101 11111 0 1001 1011 10100010 110111 1001011

Color Harmonies of #9CE2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE2CD

Black with #9CE2CD

Text Example


Text Example

White with #9CE2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,226,205); }

 H1.HeaderClassName
 {
   color: #9CE2CD;
 }
 .AnyTagClassName
 {
   color: #9CE2CD;
 }
</style>

background-color css

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

 a { background-color: rgb(156,226,205); }

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

border-color css

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

 span { border-color: rgb(156,226,205); }

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