Html Css Color HEX #9BD5BA Vista Blue

📋 copy color: '#9BD5BA'

red 155 ◦ green 213 ◦ blue 186

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

Shades of Vista Blue #9BD5BA

Tints of Vista Blue #9BD5BA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.45%

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

R = 27.98%
G = 38.45%
B = 33.57%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#9BD5BA (or 0x9BD5BA) is known color: Vista Blue. HEX triplet: 9B, D5 and BA. RGB value is (155,213,186). Sum of RGB (Red+Green+Blue) = 155+213+186=554 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.98% from 554); Green value is 213 (83.59% from 255 or 38.45% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD5BA is #642A45. Grayscale: #C0C0C0. Windows color (decimal): -6564422 or 12244379. OLE color: 12244379.

HSL color Cylindrical-coordinate representation of color #9BD5BA: hue angle of 152.07º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BD5BA is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 213 186 -
CMYK 0.27 0 0.13 0.16
HSL 152.07º 0.41% 0.72% -
HSV(B) 152.07º 0.27% 0.84% -
XYZ 46.17 58.1 55.24 -
YUV 192.58 124.28 101.2 -
System Red Green Blue C M Y K H S L
Decimal 155 213 186 0.27 0 0.13 0.16 152.07 0.41 0.72
Hex 9B D5 BA 1B 0 D 10 98 29 48
Octal 233 325 272 33 0 15 20 230 51 110
Binary 10011011 11010101 10111010 11011 0 1101 10000 10011000 101001 1001000

Color Harmonies of #9BD5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD5BA

Black with #9BD5BA

Text Example


Text Example

White with #9BD5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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