Html Css Color HEX #9DCAB2 Vista Blue

📋 copy color: '#9DCAB2'

red 157 ◦ green 202 ◦ blue 178

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

Shades of Vista Blue #9DCAB2

Tints of Vista Blue #9DCAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.15%

R = 29.24%
G = 37.62%
B = 33.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#9DCAB2 (or 0x9DCAB2) is known color: Vista Blue. HEX triplet: 9D, CA and B2. RGB value is (157,202,178). Sum of RGB (Red+Green+Blue) = 157+202+178=537 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.24% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 178 (69.92% from 255 or 33.15% from 537); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCAB2 is #62354D. Grayscale: #B9B9B9. Windows color (decimal): -6436174 or 11717277. OLE color: 11717277.

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

Color convert

RGB 157 202 178 -
CMYK 0.22 0 0.12 0.21
HSL 148º 0.3% 0.7% -
HSV(B) 148º 0.22% 0.79% -
XYZ 43.06 52.62 50.01 -
YUV 185.81 123.59 107.45 -
System Red Green Blue C M Y K H S L
Decimal 157 202 178 0.22 0 0.12 0.21 148 0.3 0.7
Hex 9D CA B2 16 0 C 15 94 1E 46
Octal 235 312 262 26 0 14 25 224 36 106
Binary 10011101 11001010 10110010 10110 0 1100 10101 10010100 11110 1000110

Color Harmonies of #9DCAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCAB2

Black with #9DCAB2

Text Example


Text Example

White with #9DCAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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