Html Css Color HEX #99DBBA Vista Blue

📋 copy color: '#99DBBA'

red 153 ◦ green 219 ◦ blue 186

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

Shades of Vista Blue #99DBBA

Tints of Vista Blue #99DBBA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.25%

 BLUE value IS 186 (73.05% from 255) = 33.33%

R = 27.42%
G = 39.25%
B = 33.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#99DBBA (or 0x99DBBA) is known color: Vista Blue. HEX triplet: 99, DB and BA. RGB value is (153,219,186). Sum of RGB (Red+Green+Blue) = 153+219+186=558 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.42% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 219 - color contains mainly: green. Hex color #99DBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DBBA is #662445. Grayscale: #C3C3C3. Windows color (decimal): -6693958 or 12245913. OLE color: 12245913.

HSL color Cylindrical-coordinate representation of color #99DBBA: hue angle of 150º degrees, saturation: 0.48, 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 #99DBBA is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 219 186 -
CMYK 0.30 0 0.15 0.14
HSL 150º 0.48% 0.73% -
HSV(B) 150º 0.3% 0.86% -
XYZ 47.33 60.98 55.73 -
YUV 195.5 122.63 97.68 -
System Red Green Blue C M Y K H S L
Decimal 153 219 186 0.30 0 0.15 0.14 150 0.48 0.73
Hex 99 DB BA 1E 0 F E 96 30 49
Octal 231 333 272 36 0 17 16 226 60 111
Binary 10011001 11011011 10111010 11110 0 1111 1110 10010110 110000 1001001

Color Harmonies of #99DBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DBBA

Black with #99DBBA

Text Example


Text Example

White with #99DBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,219,186); }

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

background-color css

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

 a { background-color: rgb(153,219,186); }

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

border-color css

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

 span { border-color: rgb(153,219,186); }

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