Html Css Color HEX #9DD9BD Vista Blue

📋 copy color: '#9DD9BD'

red 157 ◦ green 217 ◦ blue 189

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

Shades of Vista Blue #9DD9BD

Tints of Vista Blue #9DD9BD

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.54%

 BLUE value IS 189 (74.22% from 255) = 33.57%

R = 27.89%
G = 38.54%
B = 33.57%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#9DD9BD (or 0x9DD9BD) is known color: Vista Blue. HEX triplet: 9D, D9 and BD. RGB value is (157,217,189). Sum of RGB (Red+Green+Blue) = 157+217+189=563 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.89% from 563); Green value is 217 (85.16% from 255 or 38.54% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD9BD is #622642. Grayscale: #C3C3C3. Windows color (decimal): -6432323 or 12442013. OLE color: 12442013.

HSL color Cylindrical-coordinate representation of color #9DD9BD: hue angle of 152º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DD9BD is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 157 217 189 -
CMYK 0.28 0 0.13 0.15
HSL 152º 0.44% 0.73% -
HSV(B) 152º 0.28% 0.85% -
XYZ 47.9 60.47 57.29 -
YUV 195.87 124.12 100.28 -
System Red Green Blue C M Y K H S L
Decimal 157 217 189 0.28 0 0.13 0.15 152 0.44 0.73
Hex 9D D9 BD 1C 0 D F 98 2C 49
Octal 235 331 275 34 0 15 17 230 54 111
Binary 10011101 11011001 10111101 11100 0 1101 1111 10011000 101100 1001001

Color Harmonies of #9DD9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD9BD

Black with #9DD9BD

Text Example


Text Example

White with #9DD9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,217,189); }

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

background-color css

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

 a { background-color: rgb(157,217,189); }

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

border-color css

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

 span { border-color: rgb(157,217,189); }

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