Html Css Color HEX #9DEADC Ice Cold

📋 copy color: '#9DEADC'

red 157 ◦ green 234 ◦ blue 220

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

Shades of Ice Cold #9DEADC

Tints of Ice Cold #9DEADC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.3%

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

R = 25.7%
G = 38.3%
B = 36.01%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#9DEADC (or 0x9DEADC) is known color: Ice Cold. HEX triplet: 9D, EA and DC. RGB value is (157,234,220). Sum of RGB (Red+Green+Blue) = 157+234+220=611 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.70% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEADC is #621523. Grayscale: #D1D1D1. Windows color (decimal): -6427940 or 14477981. OLE color: 14477981.

HSL color Cylindrical-coordinate representation of color #9DEADC: hue angle of 169.09º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DEADC is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 234 220 -
CMYK 0.33 0 0.06 0.08
HSL 169.09º 0.65% 0.77% -
HSV(B) 169.09º 0.33% 0.92% -
XYZ 56.25 71.18 78.49 -
YUV 209.38 133.99 90.64 -
System Red Green Blue C M Y K H S L
Decimal 157 234 220 0.33 0 0.06 0.08 169.09 0.65 0.77
Hex 9D EA DC 21 0 6 8 A9 41 4D
Octal 235 352 334 41 0 6 10 251 101 115
Binary 10011101 11101010 11011100 100001 0 110 1000 10101001 1000001 1001101

Color Harmonies of #9DEADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEADC

Black with #9DEADC

Text Example


Text Example

White with #9DEADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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