Html Css Color HEX #9FDAC5 Scandal

📋 copy color: '#9FDAC5'

red 159 ◦ green 218 ◦ blue 197

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

Shades of Scandal #9FDAC5

Tints of Scandal #9FDAC5

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.98%

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

R = 27.7%
G = 37.98%
B = 34.32%

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

#9FDAC5 (or 0x9FDAC5) is known color: Scandal. HEX triplet: 9F, DA and C5. RGB value is (159,218,197). Sum of RGB (Red+Green+Blue) = 159+218+197=574 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.70% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDAC5 is #60253A. Grayscale: #C5C5C5. Windows color (decimal): -6300987 or 12966559. OLE color: 12966559.

HSL color Cylindrical-coordinate representation of color #9FDAC5: hue angle of 158.64º degrees, saturation: 0.44, 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 #9FDAC5 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 218 197 -
CMYK 0.27 0 0.10 0.15
HSL 158.64º 0.44% 0.74% -
HSV(B) 158.64º 0.27% 0.85% -
XYZ 49.45 61.54 62.1 -
YUV 197.97 127.45 100.21 -
System Red Green Blue C M Y K H S L
Decimal 159 218 197 0.27 0 0.10 0.15 158.64 0.44 0.74
Hex 9F DA C5 1B 0 A F 9F 2C 4A
Octal 237 332 305 33 0 12 17 237 54 112
Binary 10011111 11011010 11000101 11011 0 1010 1111 10011111 101100 1001010

Color Harmonies of #9FDAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDAC5

Black with #9FDAC5

Text Example


Text Example

White with #9FDAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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