Html Css Color HEX #99D7BD Vista Blue

📋 copy color: '#99D7BD'

red 153 ◦ green 215 ◦ blue 189

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

Shades of Vista Blue #99D7BD

Tints of Vista Blue #99D7BD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.6%

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

R = 27.47%
G = 38.6%
B = 33.93%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#99D7BD (or 0x99D7BD) is known color: Vista Blue. HEX triplet: 99, D7 and BD. RGB value is (153,215,189). Sum of RGB (Red+Green+Blue) = 153+215+189=557 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.47% from 557); Green value is 215 (84.38% from 255 or 38.60% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 215 - color contains mainly: green. Hex color #99D7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D7BD is #662842. Grayscale: #C1C1C1. Windows color (decimal): -6694979 or 12441497. OLE color: 12441497.

HSL color Cylindrical-coordinate representation of color #99D7BD: hue angle of 154.84º degrees, saturation: 0.44, 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 #99D7BD is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 215 189 -
CMYK 0.29 0 0.12 0.16
HSL 154.84º 0.44% 0.72% -
HSV(B) 154.84º 0.29% 0.84% -
XYZ 46.62 59.05 57.08 -
YUV 193.5 125.46 99.11 -
System Red Green Blue C M Y K H S L
Decimal 153 215 189 0.29 0 0.12 0.16 154.84 0.44 0.72
Hex 99 D7 BD 1D 0 C 10 9B 2C 48
Octal 231 327 275 35 0 14 20 233 54 110
Binary 10011001 11010111 10111101 11101 0 1100 10000 10011011 101100 1001000

Color Harmonies of #99D7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D7BD

Black with #99D7BD

Text Example


Text Example

White with #99D7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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