Html Css Color HEX #9FDCCB Scandal

📋 copy color: '#9FDCCB'

red 159 ◦ green 220 ◦ blue 203

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

Shades of Scandal #9FDCCB

Tints of Scandal #9FDCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.88%

R = 27.32%
G = 37.8%
B = 34.88%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#9FDCCB (or 0x9FDCCB) is known color: Scandal. HEX triplet: 9F, DC and CB. RGB value is (159,220,203). Sum of RGB (Red+Green+Blue) = 159+220+203=582 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.32% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDCCB is #602334. Grayscale: #C7C7C7. Windows color (decimal): -6300469 or 13360287. OLE color: 13360287.

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

Color convert

RGB 159 220 203 -
CMYK 0.28 0 0.08 0.14
HSL 163.28º 0.47% 0.74% -
HSV(B) 163.28º 0.28% 0.86% -
XYZ 50.67 62.87 65.96 -
YUV 199.82 129.79 98.88 -
System Red Green Blue C M Y K H S L
Decimal 159 220 203 0.28 0 0.08 0.14 163.28 0.47 0.74
Hex 9F DC CB 1C 0 8 E A3 2F 4A
Octal 237 334 313 34 0 10 16 243 57 112
Binary 10011111 11011100 11001011 11100 0 1000 1110 10100011 101111 1001010

Color Harmonies of #9FDCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDCCB

Black with #9FDCCB

Text Example


Text Example

White with #9FDCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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