Html Css Color HEX #99DCB9 Vista Blue

📋 copy color: '#99DCB9'

red 153 ◦ green 220 ◦ blue 185

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

Shades of Vista Blue #99DCB9

Tints of Vista Blue #99DCB9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.43%

 BLUE value IS 185 (72.66% from 255) = 33.15%

R = 27.42%
G = 39.43%
B = 33.15%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#99DCB9 (or 0x99DCB9) is known color: Vista Blue. HEX triplet: 99, DC and B9. RGB value is (153,220,185). Sum of RGB (Red+Green+Blue) = 153+220+185=558 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.42% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 220 - color contains mainly: green. Hex color #99DCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DCB9 is #662346. Grayscale: #C4C4C4. Windows color (decimal): -6693703 or 12180633. OLE color: 12180633.

HSL color Cylindrical-coordinate representation of color #99DCB9: hue angle of 148.66º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DCB9 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 220 185 -
CMYK 0.30 0 0.16 0.14
HSL 148.66º 0.49% 0.73% -
HSV(B) 148.66º 0.3% 0.86% -
XYZ 47.49 61.46 55.26 -
YUV 195.98 121.8 97.35 -
System Red Green Blue C M Y K H S L
Decimal 153 220 185 0.30 0 0.16 0.14 148.66 0.49 0.73
Hex 99 DC B9 1E 0 10 E 95 31 49
Octal 231 334 271 36 0 20 16 225 61 111
Binary 10011001 11011100 10111001 11110 0 10000 1110 10010101 110001 1001001

Color Harmonies of #99DCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DCB9

Black with #99DCB9

Text Example


Text Example

White with #99DCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,220,185); }

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

background-color css

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

 a { background-color: rgb(153,220,185); }

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

border-color css

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

 span { border-color: rgb(153,220,185); }

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