Html Css Color HEX #99D5BB Vista Blue

📋 copy color: '#99D5BB'

red 153 ◦ green 213 ◦ blue 187

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

Shades of Vista Blue #99D5BB

Tints of Vista Blue #99D5BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.82%

R = 27.67%
G = 38.52%
B = 33.82%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#99D5BB (or 0x99D5BB) is known color: Vista Blue. HEX triplet: 99, D5 and BB. RGB value is (153,213,187). Sum of RGB (Red+Green+Blue) = 153+213+187=553 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.67% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 213 - color contains mainly: green. Hex color #99D5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D5BB is #662A44. Grayscale: #C0C0C0. Windows color (decimal): -6695493 or 12309913. OLE color: 12309913.

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

Color convert

RGB 153 213 187 -
CMYK 0.28 0 0.12 0.16
HSL 154º 0.42% 0.72% -
HSV(B) 154º 0.28% 0.84% -
XYZ 45.9 57.95 55.78 -
YUV 192.1 125.12 100.11 -
System Red Green Blue C M Y K H S L
Decimal 153 213 187 0.28 0 0.12 0.16 154 0.42 0.72
Hex 99 D5 BB 1C 0 C 10 9A 2A 48
Octal 231 325 273 34 0 14 20 232 52 110
Binary 10011001 11010101 10111011 11100 0 1100 10000 10011010 101010 1001000

Color Harmonies of #99D5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D5BB

Black with #99D5BB

Text Example


Text Example

White with #99D5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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