Html Css Color HEX #9DDBC8 Scandal

📋 copy color: '#9DDBC8'

red 157 ◦ green 219 ◦ blue 200

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

Shades of Scandal #9DDBC8

Tints of Scandal #9DDBC8

RGB

 RED value IS 157 (61.72% from 255) = 27.26%

 GREEN value IS 219 (85.94% from 255) = 38.02%

 BLUE value IS 200 (78.52% from 255) = 34.72%

R = 27.26%
G = 38.02%
B = 34.72%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#9DDBC8 (or 0x9DDBC8) is known color: Scandal. HEX triplet: 9D, DB and C8. RGB value is (157,219,200). Sum of RGB (Red+Green+Blue) = 157+219+200=576 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.26% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 200 (78.52% from 255 or 34.72% from 576); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDBC8 is #622437. Grayscale: #C6C6C6. Windows color (decimal): -6431800 or 13163421. OLE color: 13163421.

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

Color convert

RGB 157 219 200 -
CMYK 0.28 0 0.09 0.14
HSL 161.61º 0.46% 0.74% -
HSV(B) 161.61º 0.28% 0.86% -
XYZ 49.66 62 63.99 -
YUV 198.3 128.96 98.54 -
System Red Green Blue C M Y K H S L
Decimal 157 219 200 0.28 0 0.09 0.14 161.61 0.46 0.74
Hex 9D DB C8 1C 0 9 E A2 2E 4A
Octal 235 333 310 34 0 11 16 242 56 112
Binary 10011101 11011011 11001000 11100 0 1001 1110 10100010 101110 1001010

Color Harmonies of #9DDBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDBC8

Black with #9DDBC8

Text Example


Text Example

White with #9DDBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,219,200); }

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

background-color css

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

 a { background-color: rgb(157,219,200); }

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

border-color css

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

 span { border-color: rgb(157,219,200); }

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