Html Css Color HEX #9BDCBA Vista Blue

📋 copy color: '#9BDCBA'

red 155 ◦ green 220 ◦ blue 186

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

Shades of Vista Blue #9BDCBA

Tints of Vista Blue #9BDCBA

RGB

 RED value IS 155 (60.94% from 255) = 27.63%

 GREEN value IS 220 (86.33% from 255) = 39.22%

 BLUE value IS 186 (73.05% from 255) = 33.16%

R = 27.63%
G = 39.22%
B = 33.16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#9BDCBA (or 0x9BDCBA) is known color: Vista Blue. HEX triplet: 9B, DC and BA. RGB value is (155,220,186). Sum of RGB (Red+Green+Blue) = 155+220+186=561 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.63% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDCBA is #642345. Grayscale: #C4C4C4. Windows color (decimal): -6562630 or 12246171. OLE color: 12246171.

HSL color Cylindrical-coordinate representation of color #9BDCBA: hue angle of 148.62º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDCBA is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 220 186 -
CMYK 0.30 0 0.15 0.14
HSL 148.62º 0.48% 0.74% -
HSV(B) 148.62º 0.3% 0.86% -
XYZ 47.97 61.7 55.84 -
YUV 196.69 121.97 98.26 -
System Red Green Blue C M Y K H S L
Decimal 155 220 186 0.30 0 0.15 0.14 148.62 0.48 0.74
Hex 9B DC BA 1E 0 F E 95 30 4A
Octal 233 334 272 36 0 17 16 225 60 112
Binary 10011011 11011100 10111010 11110 0 1111 1110 10010101 110000 1001010

Color Harmonies of #9BDCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDCBA

Black with #9BDCBA

Text Example


Text Example

White with #9BDCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,220,186); }

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

background-color css

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

 a { background-color: rgb(155,220,186); }

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

border-color css

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

 span { border-color: rgb(155,220,186); }

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