Html Css Color HEX #9FDCC7 Scandal

📋 copy color: '#9FDCC7'

red 159 ◦ green 220 ◦ blue 199

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

Shades of Scandal #9FDCC7

Tints of Scandal #9FDCC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.43%

R = 27.51%
G = 38.06%
B = 34.43%

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

#9FDCC7 (or 0x9FDCC7) is known color: Scandal. HEX triplet: 9F, DC and C7. RGB value is (159,220,199). Sum of RGB (Red+Green+Blue) = 159+220+199=578 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.51% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 199 (78.12% from 255 or 34.43% from 578); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDCC7 is #602338. Grayscale: #C7C7C7. Windows color (decimal): -6300473 or 13098143. OLE color: 13098143.

HSL color Cylindrical-coordinate representation of color #9FDCC7: hue angle of 159.34º 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 #9FDCC7 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 220 199 -
CMYK 0.28 0 0.10 0.14
HSL 159.34º 0.47% 0.74% -
HSV(B) 159.34º 0.28% 0.86% -
XYZ 50.2 62.68 63.49 -
YUV 199.37 127.79 99.21 -
System Red Green Blue C M Y K H S L
Decimal 159 220 199 0.28 0 0.10 0.14 159.34 0.47 0.74
Hex 9F DC C7 1C 0 A E 9F 2F 4A
Octal 237 334 307 34 0 12 16 237 57 112
Binary 10011111 11011100 11000111 11100 0 1010 1110 10011111 101111 1001010

Color Harmonies of #9FDCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDCC7

Black with #9FDCC7

Text Example


Text Example

White with #9FDCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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