Html Css Color HEX #99D5AD Vista Blue

📋 copy color: '#99D5AD'

red 153 ◦ green 213 ◦ blue 173

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

Shades of Vista Blue #99D5AD

Tints of Vista Blue #99D5AD

RGB

 RED value IS 153 (60.16% from 255) = 28.39%

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

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

R = 28.39%
G = 39.52%
B = 32.1%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#99D5AD (or 0x99D5AD) is known color: Vista Blue. HEX triplet: 99, D5 and AD. RGB value is (153,213,173). Sum of RGB (Red+Green+Blue) = 153+213+173=539 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.39% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 213 - color contains mainly: green. Hex color #99D5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D5AD is #662A52. Grayscale: #BEBEBE. Windows color (decimal): -6695507 or 11392409. OLE color: 11392409.

HSL color Cylindrical-coordinate representation of color #99D5AD: hue angle of 140º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99D5AD is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 213 173 -
CMYK 0.28 0 0.19 0.16
HSL 140º 0.42% 0.72% -
HSV(B) 140º 0.28% 0.84% -
XYZ 44.47 57.38 48.27 -
YUV 190.5 118.12 101.25 -
System Red Green Blue C M Y K H S L
Decimal 153 213 173 0.28 0 0.19 0.16 140 0.42 0.72
Hex 99 D5 AD 1C 0 13 10 8C 2A 48
Octal 231 325 255 34 0 23 20 214 52 110
Binary 10011001 11010101 10101101 11100 0 10011 10000 10001100 101010 1001000

Color Harmonies of #99D5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D5AD

Black with #99D5AD

Text Example


Text Example

White with #99D5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99D5AD; }

 p { color: rgb(153,213,173); }

 H1.HeaderClassName
 {
   color: #99D5AD;
 }
 .AnyTagClassName
 {
   color: #99D5AD;
 }
</style>

background-color css

<style>
 a { background-color: #99D5AD; }

 a { background-color: rgb(153,213,173); }

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

border-color css

<style>
 span { border-color: #99D5AD; }

 span { border-color: rgb(153,213,173); }

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