Html Css Color HEX #9DEEDD Ice Cold

📋 copy color: '#9DEEDD'

red 157 ◦ green 238 ◦ blue 221

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

Shades of Ice Cold #9DEEDD

Tints of Ice Cold #9DEEDD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.64%

 BLUE value IS 221 (86.72% from 255) = 35.88%

R = 25.49%
G = 38.64%
B = 35.88%

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

#9DEEDD (or 0x9DEEDD) is known color: Ice Cold. HEX triplet: 9D, EE and DD. RGB value is (157,238,221). Sum of RGB (Red+Green+Blue) = 157+238+221=616 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.49% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEEDD is #621122. Grayscale: #D3D3D3. Windows color (decimal): -6426915 or 14544541. OLE color: 14544541.

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

Color convert

RGB 157 238 221 -
CMYK 0.34 0 0.07 0.07
HSL 167.41º 0.7% 0.77% -
HSV(B) 167.41º 0.34% 0.93% -
XYZ 57.53 73.54 79.57 -
YUV 211.84 133.16 88.88 -
System Red Green Blue C M Y K H S L
Decimal 157 238 221 0.34 0 0.07 0.07 167.41 0.7 0.77
Hex 9D EE DD 22 0 7 7 A7 46 4D
Octal 235 356 335 42 0 7 7 247 106 115
Binary 10011101 11101110 11011101 100010 0 111 111 10100111 1000110 1001101

Color Harmonies of #9DEEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEEDD

Black with #9DEEDD

Text Example


Text Example

White with #9DEEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,238,221); }

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

background-color css

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

 a { background-color: rgb(157,238,221); }

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

border-color css

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

 span { border-color: rgb(157,238,221); }

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