Html Css Color HEX #9DECDB Ice Cold

📋 copy color: '#9DECDB'

red 157 ◦ green 236 ◦ blue 219

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

Shades of Ice Cold #9DECDB

Tints of Ice Cold #9DECDB

RGB

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

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

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

R = 25.65%
G = 38.56%
B = 35.78%

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

#9DECDB (or 0x9DECDB) is known color: Ice Cold. HEX triplet: 9D, EC and DB. RGB value is (157,236,219). Sum of RGB (Red+Green+Blue) = 157+236+219=612 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.65% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #9DECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DECDB is #621324. Grayscale: #D2D2D2. Windows color (decimal): -6427429 or 14412957. OLE color: 14412957.

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

Color convert

RGB 157 236 219 -
CMYK 0.33 0 0.07 0.07
HSL 167.09º 0.68% 0.77% -
HSV(B) 167.09º 0.33% 0.93% -
XYZ 56.69 72.27 77.98 -
YUV 210.44 132.83 89.88 -
System Red Green Blue C M Y K H S L
Decimal 157 236 219 0.33 0 0.07 0.07 167.09 0.68 0.77
Hex 9D EC DB 21 0 7 7 A7 44 4D
Octal 235 354 333 41 0 7 7 247 104 115
Binary 10011101 11101100 11011011 100001 0 111 111 10100111 1000100 1001101

Color Harmonies of #9DECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DECDB

Black with #9DECDB

Text Example


Text Example

White with #9DECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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