Html Css Color HEX #9BD9BD Vista Blue

📋 copy color: '#9BD9BD'

red 155 ◦ green 217 ◦ blue 189

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

Shades of Vista Blue #9BD9BD

Tints of Vista Blue #9BD9BD

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.68%

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

R = 27.63%
G = 38.68%
B = 33.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#9BD9BD (or 0x9BD9BD) is known color: Vista Blue. HEX triplet: 9B, D9 and BD. RGB value is (155,217,189). Sum of RGB (Red+Green+Blue) = 155+217+189=561 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.63% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD9BD is #642642. Grayscale: #C3C3C3. Windows color (decimal): -6563395 or 12442011. OLE color: 12442011.

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

Color convert

RGB 155 217 189 -
CMYK 0.29 0 0.13 0.15
HSL 152.9º 0.45% 0.73% -
HSV(B) 152.9º 0.29% 0.85% -
XYZ 47.52 60.27 57.27 -
YUV 195.27 124.46 99.28 -
System Red Green Blue C M Y K H S L
Decimal 155 217 189 0.29 0 0.13 0.15 152.9 0.45 0.73
Hex 9B D9 BD 1D 0 D F 99 2D 49
Octal 233 331 275 35 0 15 17 231 55 111
Binary 10011011 11011001 10111101 11101 0 1101 1111 10011001 101101 1001001

Color Harmonies of #9BD9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD9BD

Black with #9BD9BD

Text Example


Text Example

White with #9BD9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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