Html Css Color HEX #9DECDF Ice Cold

📋 copy color: '#9DECDF'

red 157 ◦ green 236 ◦ blue 223

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

Shades of Ice Cold #9DECDF

Tints of Ice Cold #9DECDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.2%

R = 25.49%
G = 38.31%
B = 36.2%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#9DECDF (or 0x9DECDF) is known color: Ice Cold. HEX triplet: 9D, EC and DF. RGB value is (157,236,223). Sum of RGB (Red+Green+Blue) = 157+236+223=616 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.49% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 236 - color contains mainly: green. Hex color #9DECDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DECDF is #621320. Grayscale: #D2D2D2. Windows color (decimal): -6427425 or 14675101. OLE color: 14675101.

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

Color convert

RGB 157 236 223 -
CMYK 0.33 0 0.06 0.07
HSL 170.13º 0.68% 0.77% -
HSV(B) 170.13º 0.33% 0.93% -
XYZ 57.22 72.49 80.79 -
YUV 210.9 134.83 89.56 -
System Red Green Blue C M Y K H S L
Decimal 157 236 223 0.33 0 0.06 0.07 170.13 0.68 0.77
Hex 9D EC DF 21 0 6 7 AA 44 4D
Octal 235 354 337 41 0 6 7 252 104 115
Binary 10011101 11101100 11011111 100001 0 110 111 10101010 1000100 1001101

Color Harmonies of #9DECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DECDF

Black with #9DECDF

Text Example


Text Example

White with #9DECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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