Html Css Color HEX #99D8BD Vista Blue

📋 copy color: '#99D8BD'

red 153 ◦ green 216 ◦ blue 189

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

Shades of Vista Blue #99D8BD

Tints of Vista Blue #99D8BD

RGB

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

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

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

R = 27.42%
G = 38.71%
B = 33.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#99D8BD (or 0x99D8BD) is known color: Vista Blue. HEX triplet: 99, D8 and BD. RGB value is (153,216,189). Sum of RGB (Red+Green+Blue) = 153+216+189=558 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.42% from 558); Green value is 216 (84.77% from 255 or 38.71% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 216 - color contains mainly: green. Hex color #99D8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D8BD is #662742. Grayscale: #C2C2C2. Windows color (decimal): -6694723 or 12441753. OLE color: 12441753.

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

Color convert

RGB 153 216 189 -
CMYK 0.29 0 0.12 0.15
HSL 154.29º 0.45% 0.72% -
HSV(B) 154.29º 0.29% 0.85% -
XYZ 46.88 59.56 57.17 -
YUV 194.09 125.13 98.7 -
System Red Green Blue C M Y K H S L
Decimal 153 216 189 0.29 0 0.12 0.15 154.29 0.45 0.72
Hex 99 D8 BD 1D 0 C F 9A 2D 48
Octal 231 330 275 35 0 14 17 232 55 110
Binary 10011001 11011000 10111101 11101 0 1100 1111 10011010 101101 1001000

Color Harmonies of #99D8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D8BD

Black with #99D8BD

Text Example


Text Example

White with #99D8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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