Html Css Color HEX #99D6AD Vista Blue

📋 copy color: '#99D6AD'

red 153 ◦ green 214 ◦ blue 173

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

Shades of Vista Blue #99D6AD

Tints of Vista Blue #99D6AD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.63%

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

R = 28.33%
G = 39.63%
B = 32.04%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#99D6AD (or 0x99D6AD) is known color: Vista Blue. HEX triplet: 99, D6 and AD. RGB value is (153,214,173). Sum of RGB (Red+Green+Blue) = 153+214+173=540 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.33% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 214 - color contains mainly: green. Hex color #99D6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D6AD is #662952. Grayscale: #BFBFBF. Windows color (decimal): -6695251 or 11392665. OLE color: 11392665.

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

Color convert

RGB 153 214 173 -
CMYK 0.29 0 0.19 0.16
HSL 139.67º 0.43% 0.72% -
HSV(B) 139.67º 0.29% 0.84% -
XYZ 44.73 57.88 48.35 -
YUV 191.09 117.79 100.83 -
System Red Green Blue C M Y K H S L
Decimal 153 214 173 0.29 0 0.19 0.16 139.67 0.43 0.72
Hex 99 D6 AD 1D 0 13 10 8C 2B 48
Octal 231 326 255 35 0 23 20 214 53 110
Binary 10011001 11010110 10101101 11101 0 10011 10000 10001100 101011 1001000

Color Harmonies of #99D6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D6AD

Black with #99D6AD

Text Example


Text Example

White with #99D6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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