Html Css Color HEX #9DE9DB Ice Cold

📋 copy color: '#9DE9DB'

red 157 ◦ green 233 ◦ blue 219

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

Shades of Ice Cold #9DE9DB

Tints of Ice Cold #9DE9DB

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.26%

 BLUE value IS 219 (85.94% from 255) = 35.96%

R = 25.78%
G = 38.26%
B = 35.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#9DE9DB (or 0x9DE9DB) is known color: Ice Cold. HEX triplet: 9D, E9 and DB. RGB value is (157,233,219). Sum of RGB (Red+Green+Blue) = 157+233+219=609 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.78% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 233 - color contains mainly: green. Hex color #9DE9DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DE9DB is #621624. Grayscale: #D0D0D0. Windows color (decimal): -6428197 or 14412189. OLE color: 14412189.

HSL color Cylindrical-coordinate representation of color #9DE9DB: hue angle of 168.95º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DE9DB is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 157 233 219 -
CMYK 0.33 0 0.06 0.09
HSL 168.95º 0.63% 0.76% -
HSV(B) 168.95º 0.33% 0.91% -
XYZ 55.83 70.56 77.69 -
YUV 208.68 133.82 91.14 -
System Red Green Blue C M Y K H S L
Decimal 157 233 219 0.33 0 0.06 0.09 168.95 0.63 0.76
Hex 9D E9 DB 21 0 6 9 A9 3F 4C
Octal 235 351 333 41 0 6 11 251 77 114
Binary 10011101 11101001 11011011 100001 0 110 1001 10101001 111111 1001100

Color Harmonies of #9DE9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE9DB

Black with #9DE9DB

Text Example


Text Example

White with #9DE9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,233,219); }

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

background-color css

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

 a { background-color: rgb(157,233,219); }

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

border-color css

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

 span { border-color: rgb(157,233,219); }

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