Html Css Color HEX #9DC9B3 Vista Blue

📋 copy color: '#9DC9B3'

red 157 ◦ green 201 ◦ blue 179

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

Shades of Vista Blue #9DC9B3

Tints of Vista Blue #9DC9B3

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.43%

 BLUE value IS 179 (70.31% from 255) = 33.33%

R = 29.24%
G = 37.43%
B = 33.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#9DC9B3 (or 0x9DC9B3) is known color: Vista Blue. HEX triplet: 9D, C9 and B3. RGB value is (157,201,179). Sum of RGB (Red+Green+Blue) = 157+201+179=537 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.24% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 179 (70.31% from 255 or 33.33% from 537); Max value from RGB is 201 - color contains mainly: green. Hex color #9DC9B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC9B3 is #62364C. Grayscale: #B9B9B9. Windows color (decimal): -6436429 or 11782557. OLE color: 11782557.

HSL color Cylindrical-coordinate representation of color #9DC9B3: hue angle of 150º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DC9B3 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB 157 201 179 -
CMYK 0.22 0 0.11 0.21
HSL 150º 0.29% 0.7% -
HSV(B) 150º 0.22% 0.79% -
XYZ 42.93 52.2 50.46 -
YUV 185.34 124.42 107.79 -
System Red Green Blue C M Y K H S L
Decimal 157 201 179 0.22 0 0.11 0.21 150 0.29 0.7
Hex 9D C9 B3 16 0 B 15 96 1D 46
Octal 235 311 263 26 0 13 25 226 35 106
Binary 10011101 11001001 10110011 10110 0 1011 10101 10010110 11101 1000110

Color Harmonies of #9DC9B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC9B3

Black with #9DC9B3

Text Example


Text Example

White with #9DC9B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,201,179); }

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

background-color css

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

 a { background-color: rgb(157,201,179); }

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

border-color css

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

 span { border-color: rgb(157,201,179); }

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