Html Css Color HEX #99D4BB Vista Blue

📋 copy color: '#99D4BB'

red 153 ◦ green 212 ◦ blue 187

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

Shades of Vista Blue #99D4BB

Tints of Vista Blue #99D4BB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.41%

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

R = 27.72%
G = 38.41%
B = 33.88%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#99D4BB (or 0x99D4BB) is known color: Vista Blue. HEX triplet: 99, D4 and BB. RGB value is (153,212,187). Sum of RGB (Red+Green+Blue) = 153+212+187=552 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.72% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 212 - color contains mainly: green. Hex color #99D4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D4BB is #662B44. Grayscale: #BFBFBF. Windows color (decimal): -6695749 or 12309657. OLE color: 12309657.

HSL color Cylindrical-coordinate representation of color #99D4BB: hue angle of 154.58º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99D4BB is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 153 212 187 -
CMYK 0.28 0 0.12 0.17
HSL 154.58º 0.41% 0.72% -
HSV(B) 154.58º 0.28% 0.83% -
XYZ 45.65 57.45 55.7 -
YUV 191.51 125.45 100.53 -
System Red Green Blue C M Y K H S L
Decimal 153 212 187 0.28 0 0.12 0.17 154.58 0.41 0.72
Hex 99 D4 BB 1C 0 C 11 9B 29 48
Octal 231 324 273 34 0 14 21 233 51 110
Binary 10011001 11010100 10111011 11100 0 1100 10001 10011011 101001 1001000

Color Harmonies of #99D4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D4BB

Black with #99D4BB

Text Example


Text Example

White with #99D4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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