Html Css Color HEX #9DD9C3 Vista Blue

📋 copy color: '#9DD9C3'

red 157 ◦ green 217 ◦ blue 195

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

Shades of Vista Blue #9DD9C3

Tints of Vista Blue #9DD9C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.27%

R = 27.59%
G = 38.14%
B = 34.27%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#9DD9C3 (or 0x9DD9C3) is known color: Vista Blue. HEX triplet: 9D, D9 and C3. RGB value is (157,217,195). Sum of RGB (Red+Green+Blue) = 157+217+195=569 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.59% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 195 (76.56% from 255 or 34.27% from 569); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD9C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD9C3 is #62263C. Grayscale: #C4C4C4. Windows color (decimal): -6432317 or 12835229. OLE color: 12835229.

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

Color convert

RGB 157 217 195 -
CMYK 0.28 0 0.10 0.15
HSL 158º 0.44% 0.73% -
HSV(B) 158º 0.28% 0.85% -
XYZ 48.57 60.73 60.79 -
YUV 196.55 127.12 99.79 -
System Red Green Blue C M Y K H S L
Decimal 157 217 195 0.28 0 0.10 0.15 158 0.44 0.73
Hex 9D D9 C3 1C 0 A F 9E 2C 49
Octal 235 331 303 34 0 12 17 236 54 111
Binary 10011101 11011001 11000011 11100 0 1010 1111 10011110 101100 1001001

Color Harmonies of #9DD9C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD9C3

Black with #9DD9C3

Text Example


Text Example

White with #9DD9C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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