Html Css Color HEX #9BD8BD Vista Blue

📋 copy color: '#9BD8BD'

red 155 ◦ green 216 ◦ blue 189

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

Shades of Vista Blue #9BD8BD

Tints of Vista Blue #9BD8BD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.57%

 BLUE value IS 189 (74.22% from 255) = 33.75%

R = 27.68%
G = 38.57%
B = 33.75%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#9BD8BD (or 0x9BD8BD) is known color: Vista Blue. HEX triplet: 9B, D8 and BD. RGB value is (155,216,189). Sum of RGB (Red+Green+Blue) = 155+216+189=560 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.68% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 216 - color contains mainly: green. Hex color #9BD8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD8BD is #642742. Grayscale: #C2C2C2. Windows color (decimal): -6563651 or 12441755. OLE color: 12441755.

HSL color Cylindrical-coordinate representation of color #9BD8BD: hue angle of 153.44º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BD8BD is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 216 189 -
CMYK 0.28 0 0.12 0.15
HSL 153.44º 0.44% 0.73% -
HSV(B) 153.44º 0.28% 0.85% -
XYZ 47.26 59.75 57.19 -
YUV 194.68 124.79 99.7 -
System Red Green Blue C M Y K H S L
Decimal 155 216 189 0.28 0 0.12 0.15 153.44 0.44 0.73
Hex 9B D8 BD 1C 0 C F 99 2C 49
Octal 233 330 275 34 0 14 17 231 54 111
Binary 10011011 11011000 10111101 11100 0 1100 1111 10011001 101100 1001001

Color Harmonies of #9BD8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD8BD

Black with #9BD8BD

Text Example


Text Example

White with #9BD8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,216,189); }

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

background-color css

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

 a { background-color: rgb(155,216,189); }

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

border-color css

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

 span { border-color: rgb(155,216,189); }

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