Html Css Color HEX #99D8AF Vista Blue

📋 copy color: '#99D8AF'

red 153 ◦ green 216 ◦ blue 175

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

Shades of Vista Blue #99D8AF

Tints of Vista Blue #99D8AF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.71%

 BLUE value IS 175 (68.75% from 255) = 32.17%

R = 28.13%
G = 39.71%
B = 32.17%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#99D8AF (or 0x99D8AF) is known color: Vista Blue. HEX triplet: 99, D8 and AF. RGB value is (153,216,175). Sum of RGB (Red+Green+Blue) = 153+216+175=544 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.12% from 544); Green value is 216 (84.77% from 255 or 39.71% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 216 - color contains mainly: green. Hex color #99D8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D8AF is #662750. Grayscale: #C0C0C0. Windows color (decimal): -6694737 or 11524249. OLE color: 11524249.

HSL color Cylindrical-coordinate representation of color #99D8AF: hue angle of 140.95º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D8AF is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 216 175 -
CMYK 0.29 0 0.19 0.15
HSL 140.95º 0.45% 0.72% -
HSV(B) 140.95º 0.29% 0.85% -
XYZ 45.43 58.98 49.55 -
YUV 192.49 118.13 99.83 -
System Red Green Blue C M Y K H S L
Decimal 153 216 175 0.29 0 0.19 0.15 140.95 0.45 0.72
Hex 99 D8 AF 1D 0 13 F 8D 2D 48
Octal 231 330 257 35 0 23 17 215 55 110
Binary 10011001 11011000 10101111 11101 0 10011 1111 10001101 101101 1001000

Color Harmonies of #99D8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D8AF

Black with #99D8AF

Text Example


Text Example

White with #99D8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,216,175); }

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

background-color css

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

 a { background-color: rgb(153,216,175); }

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

border-color css

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

 span { border-color: rgb(153,216,175); }

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