Html Css Color HEX #9BD0AD Vista Blue

📋 copy color: '#9BD0AD'

red 155 ◦ green 208 ◦ blue 173

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

Shades of Vista Blue #9BD0AD

Tints of Vista Blue #9BD0AD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.81%

 BLUE value IS 173 (67.97% from 255) = 32.28%

R = 28.92%
G = 38.81%
B = 32.28%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#9BD0AD (or 0x9BD0AD) is known color: Vista Blue. HEX triplet: 9B, D0 and AD. RGB value is (155,208,173). Sum of RGB (Red+Green+Blue) = 155+208+173=536 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.92% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD0AD is #642F52. Grayscale: #BCBCBC. Windows color (decimal): -6565715 or 11391131. OLE color: 11391131.

HSL color Cylindrical-coordinate representation of color #9BD0AD: hue angle of 140.38º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BD0AD is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 155 208 173 -
CMYK 0.25 0 0.17 0.18
HSL 140.38º 0.36% 0.71% -
HSV(B) 140.38º 0.25% 0.82% -
XYZ 43.62 55.1 47.87 -
YUV 188.16 119.44 104.35 -
System Red Green Blue C M Y K H S L
Decimal 155 208 173 0.25 0 0.17 0.18 140.38 0.36 0.71
Hex 9B D0 AD 19 0 11 12 8C 24 47
Octal 233 320 255 31 0 21 22 214 44 107
Binary 10011011 11010000 10101101 11001 0 10001 10010 10001100 100100 1000111

Color Harmonies of #9BD0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD0AD

Black with #9BD0AD

Text Example


Text Example

White with #9BD0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,208,173); }

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

background-color css

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

 a { background-color: rgb(155,208,173); }

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

border-color css

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

 span { border-color: rgb(155,208,173); }

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