#99C9B4

Color #99C9B4 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #99C9B4

Tints of Vista Blue #99C9B4

Color information

#99C9B4 (or 0x99C9B4) is unknown color: approx Vista Blue. HEX triplet: 99, C9 and B4. RGB value is (153,201,180). Sum of RGB (Red+Green+Blue) = 153+201+180=534 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.65% from 534); Green value is 201 (78.91% from 255 or 37.64% from 534); Blue value is 180 (70.70% from 255 or 33.71% from 534); Max value from RGB is 201 - color contains mainly: green. Hex color #99C9B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C9B4 is #66364B. Grayscale: #B8B8B8. Windows color (decimal): -6698572 or 11848089. OLE color: 11848089.

HSL color Cylindrical-coordinate representation of color #99C9B4: hue angle of 153.75º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99C9B4 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB153201180-
CMYK0.2400.100.21
HSL153.75º30.77%69.41%-
HSV(B)153.75º23.88%78.82%-
XYZ42.2651.8450.96-
YUV184.25125.6105.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.65%
GREEN value IS 201 (78.91% from 255) = 37.64%
BLUE value IS 180 (70.70% from 255) = 33.71%
R=28.65%
G=37.64%
B=33.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1532011800.2400.100.21153.7530.7769.41
Hex99C9B4180A159a1f45
Octal231311264300122523237105
Binary10011001110010011011010011000010101010110011010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,201,180); }

 H1.HeaderClassName
 {
   color: #99C9B4;
 }
 .AnyTagClassName
 {
   color: #99C9B4;
 }
</style>
background-color css

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

 a { background-color: rgb(153,201,180); }

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

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

 span { border-color: rgb(153,201,180); }

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