Html Css Color HEX #99D8AE Vista Blue

📋 copy color: '#99D8AE'

red 153 ◦ green 216 ◦ blue 174

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

Shades of Vista Blue #99D8AE

Tints of Vista Blue #99D8AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.04%

R = 28.18%
G = 39.78%
B = 32.04%

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

#99D8AE (or 0x99D8AE) is known color: Vista Blue. HEX triplet: 99, D8 and AE. RGB value is (153,216,174). Sum of RGB (Red+Green+Blue) = 153+216+174=543 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.18% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 216 - color contains mainly: green. Hex color #99D8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D8AE is #662751. Grayscale: #C0C0C0. Windows color (decimal): -6694738 or 11458713. OLE color: 11458713.

HSL color Cylindrical-coordinate representation of color #99D8AE: hue angle of 140º 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 #99D8AE is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 216 174 -
CMYK 0.29 0 0.19 0.15
HSL 140º 0.45% 0.72% -
HSV(B) 140º 0.29% 0.85% -
XYZ 45.33 58.94 49.03 -
YUV 192.38 117.63 99.92 -
System Red Green Blue C M Y K H S L
Decimal 153 216 174 0.29 0 0.19 0.15 140 0.45 0.72
Hex 99 D8 AE 1D 0 13 F 8C 2D 48
Octal 231 330 256 35 0 23 17 214 55 110
Binary 10011001 11011000 10101110 11101 0 10011 1111 10001100 101101 1001000

Color Harmonies of #99D8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D8AE

Black with #99D8AE

Text Example


Text Example

White with #99D8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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