#99DAAF

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

Shades of Vista Blue #99DAAF

Tints of Vista Blue #99DAAF

Color information

#99DAAF (or 0x99DAAF) is unknown color: approx Vista Blue. HEX triplet: 99, DA and AF. RGB value is (153,218,175). Sum of RGB (Red+Green+Blue) = 153+218+175=546 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.02% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 218 - color contains mainly: green. Hex color #99DAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DAAF is #662550. Grayscale: #C1C1C1. Windows color (decimal): -6694225 or 11524761. OLE color: 11524761.

HSL color Cylindrical-coordinate representation of color #99DAAF: hue angle of 140.31º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DAAF is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB153218175-
CMYK0.3000.200.15
HSL140.31º46.76%72.75%-
HSV(B)140.31º29.82%85.49%-
XYZ45.9560.0149.72-
YUV193.66117.4799-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.02%
GREEN value IS 218 (85.55% from 255) = 39.93%
BLUE value IS 175 (68.75% from 255) = 32.05%
R=28.02%
G=39.93%
B=32.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1532181750.3000.200.15140.3146.7672.75
Hex99DAAF1E014F8c2f49
Octal231332257360241721457111
Binary100110011101101010101111111100101001111100011001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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