Html Css Color HEX #9DECDC Ice Cold

📋 copy color: '#9DECDC'

red 157 ◦ green 236 ◦ blue 220

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

Shades of Ice Cold #9DECDC

Tints of Ice Cold #9DECDC

RGB

 RED value IS 157 (61.72% from 255) = 25.61%

 GREEN value IS 236 (92.58% from 255) = 38.5%

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

R = 25.61%
G = 38.5%
B = 35.89%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#9DECDC (or 0x9DECDC) is known color: Ice Cold. HEX triplet: 9D, EC and DC. RGB value is (157,236,220). Sum of RGB (Red+Green+Blue) = 157+236+220=613 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.61% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 236 - color contains mainly: green. Hex color #9DECDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DECDC is #621323. Grayscale: #D2D2D2. Windows color (decimal): -6427428 or 14478493. OLE color: 14478493.

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

Color convert

RGB 157 236 220 -
CMYK 0.33 0 0.07 0.07
HSL 167.85º 0.68% 0.77% -
HSV(B) 167.85º 0.33% 0.93% -
XYZ 56.82 72.33 78.68 -
YUV 210.56 133.33 89.8 -
System Red Green Blue C M Y K H S L
Decimal 157 236 220 0.33 0 0.07 0.07 167.85 0.68 0.77
Hex 9D EC DC 21 0 7 7 A8 44 4D
Octal 235 354 334 41 0 7 7 250 104 115
Binary 10011101 11101100 11011100 100001 0 111 111 10101000 1000100 1001101

Color Harmonies of #9DECDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DECDC

Black with #9DECDC

Text Example


Text Example

White with #9DECDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,236,220); }

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

background-color css

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

 a { background-color: rgb(157,236,220); }

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

border-color css

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

 span { border-color: rgb(157,236,220); }

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