#99C8B3

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

Shades of Vista Blue #99C8B3

Tints of Vista Blue #99C8B3

Color information

#99C8B3 (or 0x99C8B3) is unknown color: approx Vista Blue. HEX triplet: 99, C8 and B3. RGB value is (153,200,179). Sum of RGB (Red+Green+Blue) = 153+200+179=532 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.76% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 179 (70.31% from 255 or 33.65% from 532); Max value from RGB is 200 - color contains mainly: green. Hex color #99C8B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C8B3 is #66374C. Grayscale: #B7B7B7. Windows color (decimal): -6698829 or 11782297. OLE color: 11782297.

HSL color Cylindrical-coordinate representation of color #99C8B3: hue angle of 153.19º degrees, saturation: 0.3, 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 #99C8B3 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB153200179-
CMYK0.2400.100.22
HSL153.19º29.94%69.22%-
HSV(B)153.19º23.5%78.43%-
XYZ41.9351.3450.35-
YUV183.55125.43106.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.76%
GREEN value IS 200 (78.52% from 255) = 37.59%
BLUE value IS 179 (70.31% from 255) = 33.65%
R=28.76%
G=37.59%
B=33.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1532001790.2400.100.22153.1929.9469.22
Hex99C8B3180A16991e45
Octal231310263300122623136105
Binary10011001110010001011001111000010101011010011001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,200,179); }

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

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

 a { background-color: rgb(153,200,179); }

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

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

 span { border-color: rgb(153,200,179); }

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