Html Css Color HEX #9CDFCC Scandal

📋 copy color: '#9CDFCC'

red 156 ◦ green 223 ◦ blue 204

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

Shades of Scandal #9CDFCC

Tints of Scandal #9CDFCC

RGB

 RED value IS 156 (61.33% from 255) = 26.76%

 GREEN value IS 223 (87.5% from 255) = 38.25%

 BLUE value IS 204 (80.08% from 255) = 34.99%

R = 26.76%
G = 38.25%
B = 34.99%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#9CDFCC (or 0x9CDFCC) is known color: Scandal. HEX triplet: 9C, DF and CC. RGB value is (156,223,204). Sum of RGB (Red+Green+Blue) = 156+223+204=583 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.76% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDFCC is #632033. Grayscale: #C8C8C8. Windows color (decimal): -6496308 or 13426588. OLE color: 13426588.

HSL color Cylindrical-coordinate representation of color #9CDFCC: hue angle of 162.99º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CDFCC is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 223 204 -
CMYK 0.30 0 0.09 0.13
HSL 162.99º 0.51% 0.74% -
HSV(B) 162.99º 0.3% 0.87% -
XYZ 51 64.2 66.83 -
YUV 200.8 129.8 96.04 -
System Red Green Blue C M Y K H S L
Decimal 156 223 204 0.30 0 0.09 0.13 162.99 0.51 0.74
Hex 9C DF CC 1E 0 9 D A3 33 4A
Octal 234 337 314 36 0 11 15 243 63 112
Binary 10011100 11011111 11001100 11110 0 1001 1101 10100011 110011 1001010

Color Harmonies of #9CDFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDFCC

Black with #9CDFCC

Text Example


Text Example

White with #9CDFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,223,204); }

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

background-color css

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

 a { background-color: rgb(156,223,204); }

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

border-color css

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

 span { border-color: rgb(156,223,204); }

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