Html Css Color HEX #9DDEC9 Scandal

📋 copy color: '#9DDEC9'

red 157 ◦ green 222 ◦ blue 201

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

Shades of Scandal #9DDEC9

Tints of Scandal #9DDEC9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.28%

 BLUE value IS 201 (78.91% from 255) = 34.66%

R = 27.07%
G = 38.28%
B = 34.66%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#9DDEC9 (or 0x9DDEC9) is known color: Scandal. HEX triplet: 9D, DE and C9. RGB value is (157,222,201). Sum of RGB (Red+Green+Blue) = 157+222+201=580 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.07% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 201 (78.91% from 255 or 34.66% from 580); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDEC9 is #622136. Grayscale: #C8C8C8. Windows color (decimal): -6431031 or 13229725. OLE color: 13229725.

HSL color Cylindrical-coordinate representation of color #9DDEC9: hue angle of 160.62º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDEC9 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 222 201 -
CMYK 0.29 0 0.09 0.13
HSL 160.62º 0.5% 0.74% -
HSV(B) 160.62º 0.29% 0.87% -
XYZ 50.57 63.63 64.87 -
YUV 200.17 128.47 97.21 -
System Red Green Blue C M Y K H S L
Decimal 157 222 201 0.29 0 0.09 0.13 160.62 0.5 0.74
Hex 9D DE C9 1D 0 9 D A1 32 4A
Octal 235 336 311 35 0 11 15 241 62 112
Binary 10011101 11011110 11001001 11101 0 1001 1101 10100001 110010 1001010

Color Harmonies of #9DDEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDEC9

Black with #9DDEC9

Text Example


Text Example

White with #9DDEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,222,201); }

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

background-color css

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

 a { background-color: rgb(157,222,201); }

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

border-color css

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

 span { border-color: rgb(157,222,201); }

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