Html Css Color HEX #99D1BD Vista Blue

📋 copy color: '#99D1BD'

red 153 ◦ green 209 ◦ blue 189

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

Shades of Vista Blue #99D1BD

Tints of Vista Blue #99D1BD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.93%

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

R = 27.77%
G = 37.93%
B = 34.3%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#99D1BD (or 0x99D1BD) is known color: Vista Blue. HEX triplet: 99, D1 and BD. RGB value is (153,209,189). Sum of RGB (Red+Green+Blue) = 153+209+189=551 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.77% from 551); Green value is 209 (82.03% from 255 or 37.93% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 209 - color contains mainly: green. Hex color #99D1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D1BD is #662E42. Grayscale: #BDBDBD. Windows color (decimal): -6696515 or 12439961. OLE color: 12439961.

HSL color Cylindrical-coordinate representation of color #99D1BD: hue angle of 158.57º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99D1BD is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 153 209 189 -
CMYK 0.27 0 0.10 0.18
HSL 158.57º 0.38% 0.71% -
HSV(B) 158.57º 0.27% 0.82% -
XYZ 45.12 56.05 56.58 -
YUV 189.98 127.45 101.63 -
System Red Green Blue C M Y K H S L
Decimal 153 209 189 0.27 0 0.10 0.18 158.57 0.38 0.71
Hex 99 D1 BD 1B 0 A 12 9F 26 47
Octal 231 321 275 33 0 12 22 237 46 107
Binary 10011001 11010001 10111101 11011 0 1010 10010 10011111 100110 1000111

Color Harmonies of #99D1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D1BD

Black with #99D1BD

Text Example


Text Example

White with #99D1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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