Html Css Color HEX #99C7AF Vista Blue

📋 copy color: '#99C7AF'

red 153 ◦ green 199 ◦ blue 175

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

Shades of Vista Blue #99C7AF

Tints of Vista Blue #99C7AF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.76%

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

R = 29.03%
G = 37.76%
B = 33.21%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#99C7AF (or 0x99C7AF) is known color: Vista Blue. HEX triplet: 99, C7 and AF. RGB value is (153,199,175). Sum of RGB (Red+Green+Blue) = 153+199+175=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 199 (78.12% from 255 or 37.76% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 199 - color contains mainly: green. Hex color #99C7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C7AF is #663850. Grayscale: #B6B6B6. Windows color (decimal): -6699089 or 11519897. OLE color: 11519897.

HSL color Cylindrical-coordinate representation of color #99C7AF: hue angle of 148.7º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99C7AF is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 153 199 175 -
CMYK 0.23 0 0.12 0.22
HSL 148.7º 0.29% 0.69% -
HSV(B) 148.7º 0.23% 0.78% -
XYZ 41.3 50.71 48.17 -
YUV 182.51 123.76 106.95 -
System Red Green Blue C M Y K H S L
Decimal 153 199 175 0.23 0 0.12 0.22 148.7 0.29 0.69
Hex 99 C7 AF 17 0 C 16 95 1D 45
Octal 231 307 257 27 0 14 26 225 35 105
Binary 10011001 11000111 10101111 10111 0 1100 10110 10010101 11101 1000101

Color Harmonies of #99C7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C7AF

Black with #99C7AF

Text Example


Text Example

White with #99C7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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