Html Css Color HEX #99DAB5 Vista Blue

📋 copy color: '#99DAB5'

red 153 ◦ green 218 ◦ blue 181

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

Shades of Vista Blue #99DAB5

Tints of Vista Blue #99DAB5

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.49%

 BLUE value IS 181 (71.09% from 255) = 32.79%

R = 27.72%
G = 39.49%
B = 32.79%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#99DAB5 (or 0x99DAB5) is known color: Vista Blue. HEX triplet: 99, DA and B5. RGB value is (153,218,181). Sum of RGB (Red+Green+Blue) = 153+218+181=552 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.72% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 181 (71.09% from 255 or 32.79% from 552); Max value from RGB is 218 - color contains mainly: green. Hex color #99DAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DAB5 is #66254A. Grayscale: #C2C2C2. Windows color (decimal): -6694219 or 11917977. OLE color: 11917977.

HSL color Cylindrical-coordinate representation of color #99DAB5: hue angle of 145.85º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DAB5 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 218 181 -
CMYK 0.30 0 0.17 0.15
HSL 145.85º 0.47% 0.73% -
HSV(B) 145.85º 0.3% 0.85% -
XYZ 46.55 60.25 52.89 -
YUV 194.35 120.47 98.51 -
System Red Green Blue C M Y K H S L
Decimal 153 218 181 0.30 0 0.17 0.15 145.85 0.47 0.73
Hex 99 DA B5 1E 0 11 F 92 2F 49
Octal 231 332 265 36 0 21 17 222 57 111
Binary 10011001 11011010 10110101 11110 0 10001 1111 10010010 101111 1001001

Color Harmonies of #99DAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DAB5

Black with #99DAB5

Text Example


Text Example

White with #99DAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,218,181); }

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

background-color css

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

 a { background-color: rgb(153,218,181); }

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

border-color css

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

 span { border-color: rgb(153,218,181); }

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