Html Css Color HEX #9FDDC9 Scandal

📋 copy color: '#9FDDC9'

red 159 ◦ green 221 ◦ blue 201

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

Shades of Scandal #9FDDC9

Tints of Scandal #9FDDC9

RGB

 RED value IS 159 (62.5% from 255) = 27.37%

 GREEN value IS 221 (86.72% from 255) = 38.04%

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

R = 27.37%
G = 38.04%
B = 34.6%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#9FDDC9 (or 0x9FDDC9) is known color: Scandal. HEX triplet: 9F, DD and C9. RGB value is (159,221,201). Sum of RGB (Red+Green+Blue) = 159+221+201=581 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.37% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDDC9 is #602236. Grayscale: #C8C8C8. Windows color (decimal): -6300215 or 13229471. OLE color: 13229471.

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

Color convert

RGB 159 221 201 -
CMYK 0.28 0 0.09 0.13
HSL 160.65º 0.48% 0.75% -
HSV(B) 160.65º 0.28% 0.87% -
XYZ 50.7 63.3 64.8 -
YUV 200.18 128.46 98.63 -
System Red Green Blue C M Y K H S L
Decimal 159 221 201 0.28 0 0.09 0.13 160.65 0.48 0.75
Hex 9F DD C9 1C 0 9 D A1 30 4B
Octal 237 335 311 34 0 11 15 241 60 113
Binary 10011111 11011101 11001001 11100 0 1001 1101 10100001 110000 1001011

Color Harmonies of #9FDDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDDC9

Black with #9FDDC9

Text Example


Text Example

White with #9FDDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,221,201); }

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

background-color css

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

 a { background-color: rgb(159,221,201); }

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

border-color css

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

 span { border-color: rgb(159,221,201); }

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