Html Css Color HEX #9DCAB3 Vista Blue

📋 copy color: '#9DCAB3'

red 157 ◦ green 202 ◦ blue 179

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

Shades of Vista Blue #9DCAB3

Tints of Vista Blue #9DCAB3

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.55%

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

R = 29.18%
G = 37.55%
B = 33.27%

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

#9DCAB3 (or 0x9DCAB3) is known color: Vista Blue. HEX triplet: 9D, CA and B3. RGB value is (157,202,179). Sum of RGB (Red+Green+Blue) = 157+202+179=538 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.18% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 179 (70.31% from 255 or 33.27% from 538); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCAB3 is #62354C. Grayscale: #B9B9B9. Windows color (decimal): -6436173 or 11782813. OLE color: 11782813.

HSL color Cylindrical-coordinate representation of color #9DCAB3: hue angle of 149.33º degrees, saturation: 0.3, 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 #9DCAB3 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB 157 202 179 -
CMYK 0.22 0 0.11 0.21
HSL 149.33º 0.3% 0.7% -
HSV(B) 149.33º 0.22% 0.79% -
XYZ 43.16 52.66 50.54 -
YUV 185.92 124.09 107.37 -
System Red Green Blue C M Y K H S L
Decimal 157 202 179 0.22 0 0.11 0.21 149.33 0.3 0.7
Hex 9D CA B3 16 0 B 15 95 1E 46
Octal 235 312 263 26 0 13 25 225 36 106
Binary 10011101 11001010 10110011 10110 0 1011 10101 10010101 11110 1000110

Color Harmonies of #9DCAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCAB3

Black with #9DCAB3

Text Example


Text Example

White with #9DCAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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