Html Css Color HEX #9FDDCE Scandal

📋 copy color: '#9FDDCE'

red 159 ◦ green 221 ◦ blue 206

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

Shades of Scandal #9FDDCE

Tints of Scandal #9FDDCE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.71%

 BLUE value IS 206 (80.86% from 255) = 35.15%

R = 27.13%
G = 37.71%
B = 35.15%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#9FDDCE (or 0x9FDDCE) is known color: Scandal. HEX triplet: 9F, DD and CE. RGB value is (159,221,206). Sum of RGB (Red+Green+Blue) = 159+221+206=586 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.13% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDDCE is #602231. Grayscale: #C8C8C8. Windows color (decimal): -6300210 or 13557151. OLE color: 13557151.

HSL color Cylindrical-coordinate representation of color #9FDDCE: hue angle of 165.48º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDDCE is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 221 206 -
CMYK 0.28 0 0.07 0.13
HSL 165.48º 0.48% 0.75% -
HSV(B) 165.48º 0.28% 0.87% -
XYZ 51.3 63.54 67.95 -
YUV 200.75 130.96 98.22 -
System Red Green Blue C M Y K H S L
Decimal 159 221 206 0.28 0 0.07 0.13 165.48 0.48 0.75
Hex 9F DD CE 1C 0 7 D A5 30 4B
Octal 237 335 316 34 0 7 15 245 60 113
Binary 10011111 11011101 11001110 11100 0 111 1101 10100101 110000 1001011

Color Harmonies of #9FDDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDDCE

Black with #9FDDCE

Text Example


Text Example

White with #9FDDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,221,206); }

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

background-color css

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

 a { background-color: rgb(159,221,206); }

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

border-color css

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

 span { border-color: rgb(159,221,206); }

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