Html Css Color HEX #9FDCC5 Scandal

📋 copy color: '#9FDCC5'

red 159 ◦ green 220 ◦ blue 197

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

Shades of Scandal #9FDCC5

Tints of Scandal #9FDCC5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.19%

 BLUE value IS 197 (77.34% from 255) = 34.2%

R = 27.6%
G = 38.19%
B = 34.2%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#9FDCC5 (or 0x9FDCC5) is known color: Scandal. HEX triplet: 9F, DC and C5. RGB value is (159,220,197). Sum of RGB (Red+Green+Blue) = 159+220+197=576 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.60% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDCC5 is #60233A. Grayscale: #C7C7C7. Windows color (decimal): -6300475 or 12967071. OLE color: 12967071.

HSL color Cylindrical-coordinate representation of color #9FDCC5: hue angle of 157.38º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDCC5 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 220 197 -
CMYK 0.28 0 0.10 0.14
HSL 157.38º 0.47% 0.74% -
HSV(B) 157.38º 0.28% 0.86% -
XYZ 49.97 62.59 62.27 -
YUV 199.14 126.79 99.37 -
System Red Green Blue C M Y K H S L
Decimal 159 220 197 0.28 0 0.10 0.14 157.38 0.47 0.74
Hex 9F DC C5 1C 0 A E 9D 2F 4A
Octal 237 334 305 34 0 12 16 235 57 112
Binary 10011111 11011100 11000101 11100 0 1010 1110 10011101 101111 1001010

Color Harmonies of #9FDCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDCC5

Black with #9FDCC5

Text Example


Text Example

White with #9FDCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,220,197); }

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

background-color css

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

 a { background-color: rgb(159,220,197); }

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

border-color css

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

 span { border-color: rgb(159,220,197); }

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