Html Css Color HEX #9FD9C4 Scandal

📋 copy color: '#9FD9C4'

red 159 ◦ green 217 ◦ blue 196

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

Shades of Scandal #9FD9C4

Tints of Scandal #9FD9C4

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.94%

 BLUE value IS 196 (76.95% from 255) = 34.27%

R = 27.8%
G = 37.94%
B = 34.27%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#9FD9C4 (or 0x9FD9C4) is known color: Scandal. HEX triplet: 9F, D9 and C4. RGB value is (159,217,196). Sum of RGB (Red+Green+Blue) = 159+217+196=572 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.80% from 572); Green value is 217 (85.16% from 255 or 37.94% from 572); Blue value is 196 (76.95% from 255 or 34.27% from 572); Max value from RGB is 217 - color contains mainly: green. Hex color #9FD9C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD9C4 is #60263B. Grayscale: #C5C5C5. Windows color (decimal): -6301244 or 12900767. OLE color: 12900767.

HSL color Cylindrical-coordinate representation of color #9FD9C4: hue angle of 158.28º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FD9C4 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 217 196 -
CMYK 0.27 0 0.10 0.15
HSL 158.28º 0.43% 0.74% -
HSV(B) 158.28º 0.27% 0.85% -
XYZ 49.07 60.98 61.41 -
YUV 197.26 127.28 100.71 -
System Red Green Blue C M Y K H S L
Decimal 159 217 196 0.27 0 0.10 0.15 158.28 0.43 0.74
Hex 9F D9 C4 1B 0 A F 9E 2B 4A
Octal 237 331 304 33 0 12 17 236 53 112
Binary 10011111 11011001 11000100 11011 0 1010 1111 10011110 101011 1001010

Color Harmonies of #9FD9C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD9C4

Black with #9FD9C4

Text Example


Text Example

White with #9FD9C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,217,196); }

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

background-color css

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

 a { background-color: rgb(159,217,196); }

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

border-color css

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

 span { border-color: rgb(159,217,196); }

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