Html Css Color HEX #9DEDDC Ice Cold

📋 copy color: '#9DEDDC'

red 157 ◦ green 237 ◦ blue 220

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

Shades of Ice Cold #9DEDDC

Tints of Ice Cold #9DEDDC

RGB

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

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

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

R = 25.57%
G = 38.6%
B = 35.83%

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

#9DEDDC (or 0x9DEDDC) is known color: Ice Cold. HEX triplet: 9D, ED and DC. RGB value is (157,237,220). Sum of RGB (Red+Green+Blue) = 157+237+220=614 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.57% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEDDC is #621223. Grayscale: #D3D3D3. Windows color (decimal): -6427172 or 14478749. OLE color: 14478749.

HSL color Cylindrical-coordinate representation of color #9DEDDC: hue angle of 167.25º 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 #9DEDDC is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 237 220 -
CMYK 0.34 0 0.07 0.07
HSL 167.25º 0.69% 0.77% -
HSV(B) 167.25º 0.34% 0.93% -
XYZ 57.11 72.9 78.77 -
YUV 211.14 133 89.38 -
System Red Green Blue C M Y K H S L
Decimal 157 237 220 0.34 0 0.07 0.07 167.25 0.69 0.77
Hex 9D ED DC 22 0 7 7 A7 45 4D
Octal 235 355 334 42 0 7 7 247 105 115
Binary 10011101 11101101 11011100 100010 0 111 111 10100111 1000101 1001101

Color Harmonies of #9DEDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEDDC

Black with #9DEDDC

Text Example


Text Example

White with #9DEDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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