Html Css Color HEX #9CEDDC Ice Cold

📋 copy color: '#9CEDDC'

red 156 ◦ green 237 ◦ blue 220

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

Shades of Ice Cold #9CEDDC

Tints of Ice Cold #9CEDDC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.66%

 BLUE value IS 220 (86.33% from 255) = 35.89%

R = 25.45%
G = 38.66%
B = 35.89%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#9CEDDC (or 0x9CEDDC) is known color: Ice Cold. HEX triplet: 9C, ED and DC. RGB value is (156,237,220). Sum of RGB (Red+Green+Blue) = 156+237+220=613 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.45% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #9CEDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEDDC is #631223. Grayscale: #D2D2D2. Windows color (decimal): -6492708 or 14478748. OLE color: 14478748.

HSL color Cylindrical-coordinate representation of color #9CEDDC: hue angle of 167.41º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CEDDC is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 156 237 220 -
CMYK 0.34 0 0.07 0.07
HSL 167.41º 0.69% 0.77% -
HSV(B) 167.41º 0.34% 0.93% -
XYZ 56.91 72.8 78.76 -
YUV 210.84 133.16 88.88 -
System Red Green Blue C M Y K H S L
Decimal 156 237 220 0.34 0 0.07 0.07 167.41 0.69 0.77
Hex 9C ED DC 22 0 7 7 A7 45 4D
Octal 234 355 334 42 0 7 7 247 105 115
Binary 10011100 11101101 11011100 100010 0 111 111 10100111 1000101 1001101

Color Harmonies of #9CEDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CEDDC

Black with #9CEDDC

Text Example


Text Example

White with #9CEDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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